Grid Editing Actions for the Action Strip
Constructors
Section titled "Constructors"IgcGridEditingActionsComponent
new IgcGridEditingActionsComponent(): IgcGridEditingActionsComponent Returns IgcGridEditingActionsComponent
Properties
Section titled "Properties"tagName
Section titled "tagName"tagName: string Accessors
Section titled "Accessors"addChild
Section titled "addChild"get addChild(): boolean
Returns boolean
An input to enable/disable action strip child row adding button
set addChild(value: boolean): void Parameters
- value:
boolean
Returns void
addRow
Section titled "addRow"get addRow(): boolean
Returns boolean
An input to enable/disable action strip row adding button
set addRow(value: boolean): void Parameters
- value:
boolean
Returns void
asMenuItems
Section titled "asMenuItems"Inherited from: IgcGridActionsBaseDirective
get asMenuItems(): boolean
Returns boolean
Gets/Sets if the action buttons will be rendered as menu items. When in menu, items will be rendered with text label.
set asMenuItems(value: boolean): void Parameters
- value:
boolean
Returns void
deleteRow
Section titled "deleteRow"get deleteRow(): boolean
Returns boolean
An input to enable/disable action strip row deleting button
set deleteRow(value: boolean): void Parameters
- value:
boolean
Returns void
editRow
Section titled "editRow"get editRow(): boolean
Returns boolean
An input to enable/disable action strip row editing button
set editRow(value: boolean): void Parameters
- value:
boolean
Returns void
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
register
Section titled "register"register(): void