GridEditBase
Base for features, which edit the grid.
Configs
13
Configs
13Other
Set to true to start editing when user starts typing text on a focused cell (as in Excel)
By default, while editing, clicking on a grid cell outside the editor will commence editing for the clicked cell context.
Set to false to stop editing when clicking another cell while editing.
A CSS selector for elements that when clicked, should not trigger editing. Useful if you render actionable icons or buttons into a grid cell.
The name of the grid event that will trigger cell editing. Defaults to celldblclick but can be changed to any other event, such as cellclick.
features : {
cellEdit : {
triggerEvent : 'cellclick'
}
}
Misc
Properties
19
Properties
19Common
Class hierarchy
Other
Returns the record currently being edited, or null
Set to true to start editing when user starts typing text on a focused cell (as in Excel)
Is editing currently active?