New to Telerik UI for ASP.NET MVC? Download free 30-day trial

TreeListEditableSettingsBuilder

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)

Enables the drag-and-drop UI of rows between parents.

Parameters

configurator - System.Action<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.

TemplateView(System.Web.Mvc.MvcHtmlString)

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.Web.Mvc.MvcHtmlString

The value that configures the 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

value - System.String

The value that configures the 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.

Mode(Kendo.Mvc.UI.TreeListEditMode)

The editing mode to use. The supported editing modes are "inline", "popup" and "incell".

Parameters

value - 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

TemplateComponentName(System.String)

Parameters

templateName - System.String

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.

In this article
Not finding the help you need?