TreeListEditableSettingsTagHelper
Example
Razor
<editable>
</editable>
Attributes
| Attribute | Type | Description |
|---|---|---|
| enabled | Boolean | Enables or disables the configuration. |
| mode | TreeListEditMode | Represents the editing modes supported by Kendo UI TreeList for ASP.NET MVC |
| template | String | Represents a collection of templates defined for the component. |
| template-handler | String | The template which renders the popup editor.The template has to contain elements whose name HTML attribute is set to the name of the editable field. In this way, the TreeList recognizes the field to which it has to bind the each editor. Alternatively, use MVVM bindings for binding HTML elements to data item fields. This option expects the name of a JavaScript function that will be called to return the template. |
| template-id | String | The template which renders the popup editor.The template has to contain elements whose name HTML attribute is set to the name of the editable field. In this way, the TreeList recognizes the field to which it has to bind the each editor. Alternatively, use MVVM bindings for binding HTML elements to data item fields. This option expects the ID of the script element that contains the template. |
| template-view | IHtmlContent | The template which renders the popup editor.The template has to contain elements whose name HTML attribute is set to the name of the editable field. In this way, the TreeList recognizes the field to which it has to bind the each editor. Alternatively, use MVVM bindings for binding HTML elements to data item fields. This option expects the instance containing the created HTML. |