TemplateEditingDirective
A directive which encapsulates the editing operations of the Grid when using
the Template-Driven Angular Forms (see example).
Selector
[kendoGridTemplateEditing]
Inputs
kendoGridTemplateEditing () => any
The function that creates the dataItem
for the new rows.
removeConfirmation (dataItem: any) => Promise | Observable | boolean
A function that is called to confirm if the dataItem
will be removed.
editService EditService
The edit service that will handle the operations.