Search found 8 matches

Could you explain please why adding button in the cell would not be recommended? Is it possible to have autocommit: true, and save while user types delayed with debounce? Thank you
Selection_209.png
Selection_209.png (6.18 KiB) Viewed 1722 times
For example, i want sort & filter icons to be rendered aligned to the right (by end of the column name)
Does Bryntum allow to modify this styles maybe in config or in some other place?
Thank you!
Hi! Please, could you refer me to the documentation about adding custom save button on grid cell edit? I've researched a documentation but didn't find anything. Thanks!
I want to get cellEdit working on one click, could i listen to
cellclick
and inside it call parent's
beforecelleditstart
and
startcelledit
events? I try to create a workaround, but it doesn't work that way. Thank you
Hi. For now, when i'm editing some row in the table, i have to click two times for editing. Please, could you give me a reference to the documentation or other information, which could help me to override this Bryntum Grid CellEdit behavior without modifying source code. Thanks.