Grid Editing Actions for the Action Strip

IgcGridEditingActionsComponent

new IgcGridEditingActionsComponent(): IgcGridEditingActionsComponent

Returns IgcGridEditingActionsComponent

tagName: string
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

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

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

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

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

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

register(): void

Returns void