New to Kendo UI for Angular? Start a free 30-day trial
ReactiveEditingDirective
A directive that encapsulates the editing operations of the TreeList when using the Reactive Forms. See example.
html
<kendo-treelist [kendoTreeListReactiveEditing]="createFormGroup">
<kendo-treelist-column field="name" title="Name"></kendo-treelist-column>
<kendo-treelist-column field="age" title="Age"></kendo-treelist-column>
</kendo-treelist>
Selector
[kendoTreeListReactiveEditing]
Export Name
Accessible in templates as #kendoReactiveEditingInstance="kendoTreeListReactiveEditing"
Inputs
Name | Type | Default | Description |
---|---|---|---|
kendoTreeListReactiveEditing |
|
The function that creates the | |
editService |
|
The edit service that handles the operations. | |
newItemId |
|
Gets or sets a function that determines the unique identifier
for new items. The function receives the | |
removeConfirmation |
|
A function that confirms if the |