Kendo.Mvc.UI.Fluent.TreeListEditableSettingsBuilder
Defines the fluent API for configuring the TreeListEditableSettings settings.
Methods
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.
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 action that configures the move.
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 that configures the 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
value System.String
The value that configures the template.
Mode(Kendo.Mvc.UI.TreeListEditMode)
The editing mode to use. The supported editing modes are "inline", "popup" and "incell".
Parameters
value Kendo.Mvc.UI.TreeListEditMode
The value that configures the mode.
TemplateName(System.String)
The EditorTemplate which to be rendered as editor.
Parameters
name System.String
The name of the EditorTemplate
Mode(System.String)
The editing mode to use. The supported editing modes are "inline", "popup" and "incell".
Parameters
value System.String
The value that configures the mode.