Grid Editing Actions for the Action Strip

An input to enable/disable action strip child row adding button

addChild: boolean

An input to enable/disable action strip row adding button

addRow: boolean

Gets/Sets if the action buttons will be rendered as menu items. When in menu, items will be rendered with text label.

asMenuItems: boolean

An input to enable/disable action strip row deleting button

deleteRow: boolean

An input to enable/disable action strip row editing button

editRow: boolean
get hasChildren(): boolean

Returns boolean

Enter row or cell edit mode depending the grid rowEditable option

startEdit(evt: any): void

Parameters

  • evt: any

Returns void

Example

this.gridEditingActions.startEdit();