Grid Editing Actions for the Action Strip
Properties
Section titled "Properties"addChild
Section titled "addChild"An input to enable/disable action strip child row adding button
addChild: boolean addRow
Section titled "addRow"An input to enable/disable action strip row adding button
addRow: boolean asMenuItems
Section titled "asMenuItems"Gets/Sets if the action buttons will be rendered as menu items. When in menu, items will be rendered with text label.
asMenuItems: boolean deleteRow
Section titled "deleteRow"An input to enable/disable action strip row deleting button
deleteRow: boolean editRow
Section titled "editRow"An input to enable/disable action strip row editing button
editRow: boolean Accessors
Section titled "Accessors"hasChildren
Section titled "hasChildren"get hasChildren(): boolean Returns boolean
Methods
Section titled "Methods"startEdit
Section titled "startEdit"Enter row or cell edit mode depending the grid rowEditable option
startEdit(evt: any): void Parameters
- evt:
any
Returns void
Example
this.gridEditingActions.startEdit();