TreeListEditableSettingsBuilder
Methods
Mode(System.String)
The editing mode to use. The supported editing modes are "inline" and "popup".
Parameters
value - System.String
The value for Mode
TemplateComponentName(System.String)
Parameters
templateName - System.String
Move(System.Action)
Enables the drag-and-drop UI of rows between parents.
Parameters
configurator - System.Action<TreeListEditableMoveSettingsBuilder>
The configurator for the move setting.
Move()
Enables the drag-and-drop UI of rows between parents.
Move(System.Boolean)
Enables the drag-and-drop UI of rows between parents.
Parameters
enabled - System.Boolean
Enables or disables the move option.
Template(System.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.
Parameters
value - System.String
The value for Template
TemplateId(System.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.
Parameters
templateId - System.String
The ID of the template element for Template
TemplateView(Microsoft.AspNetCore.Html.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.
Parameters
templateView - Microsoft.AspNetCore.Html.IHtmlContent
The view that contains the template for Template
TemplateHandler(System.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.
Parameters
templateHandler - System.String
The handler that returs the template for Template
Template(Kendo.Mvc.UI.TemplateBuilder)
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.
Parameters
template - TemplateBuilder<TModel>
A Template component that configures the template.
TemplateName(System.String)
The EditorTemplate which to be rendered as editor.
Parameters
value - System.String
The value for TemplateName
Mode(Kendo.Mvc.UI.TreeListEditMode)
Represents the editing modes supported by Kendo UI TreeList for ASP.NET MVC
Parameters
value - TreeListEditMode
The value for Mode