New to Kendo UI for Angular? Start a free 30-day trial
InCellEditingDirective
Represent the directive that manages in-cell editing operations in the Grid when using Reactive Forms (see example).
typescript
<kendo-grid [data]="data" kendoGridInCellEditing></kendo-grid>
Selector
[kendoGridInCellEditing]
Inputs
Name | Type | Default | Description |
---|---|---|---|
kendoGridInCellEditing |
|
Specifies the function that creates the | |
editService |
|
The edit service that will handle the operations. | |
removeConfirmation |
|
|
A function that is called to confirm if the |