TreeListEditableSettingsTagHelper

Example

Razor
<editable>
</editable>

Attributes

AttributeTypeDescription
enabledBooleanEnables or disables the configuration.
modeTreeListEditModeRepresents the editing modes supported by Kendo UI TreeList for ASP.NET MVC
templateStringRepresents a collection of templates defined for the component.
template-handlerStringThe 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-idStringThe 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-viewIHtmlContentThe 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.
In this article
ExampleAttributes
Not finding the help you need?
Contact Support