Kendo.Mvc.UI.Fluent.TreeListEditableSettingsBuilder
Defines the fluent API for configuring TreeListEditableSettings
Properties
Container
Gets the container of the 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
Move(System.Action<Kendo.Mvc.UI.Fluent.TreeListEditableMoveSettingsBuilder<T>>)
Enables the drag-and-drop UI of rows between parents.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.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
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 Kendo.Mvc.UI.TreeListEditMode
The value for Mode