New to Kendo UI for AngularStart 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

NameTypeDefaultDescription

kendoGridInCellEditing

CreateFormGroup

Specifies the function that creates the FormGroup for the edited model.

editService

EditService

The edit service that will handle the operations.

removeConfirmation

boolean | RemoveConfirmationCallback

true

A function that is called to confirm if the dataItem will be removed. By default, the Grid displays its built-in confirmation dialog. To use a custom dialog, provide a RemoveConfirmationCallback function. To prevent showing a confirmation dialog, set the removeConfirmation property to false.

In this article
SelectorInputs
Not finding the help you need?
Contact Support