New to Kendo UI for Angular? Start a free 30-day trial
InCellEditingDirective
A directive which encapsulates the editing operations of the TreeList when using the in-cell editing with Reactive Forms (see example).
Selector
[kendoTreeListInCellEditing]
Export Name
Accessible in templates as #kendoInCellEditingInstance="kendoTreeListInCellEditing"
Inputs
Name | Type | Default | Description |
---|---|---|---|
kendoTreeListInCellEditing |
|
The function that creates the | |
editService |
|
The edit service that will handle the operations. | |
newItemId |
|
Gets or sets a function that will be called to determine the unique identifier
for new items. The function receives the | |
removeConfirmation |
|
A function that is called to confirm if the |