Kendo.Mvc.UI.TreeListEditableSettings
Kendo UI TreeListEditableSettings class
Properties
DefaultDataItem
Gets or sets the default value of the field.
EditorHtml
Gets or sets the default value of the field.
Move
Enables the drag-and-drop UI of rows between parents.
Template
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.
TemplateId
The id of the script element used for Template
TemplateName
The EditorTemplate which to be rendered as editor.
Mode
Represents the editing modes supported by Kendo UI TreeList for ASP.NET MVC
Enabled
If set to true, the user will be able to edit the data to which the TreeList is bound. By default, editing is disabled. can be set to a JavaScript object (which represents the editing configuration) or to a string (which specifies the edit mode).The supported string values are: (Default) inline; popup or incell.
Methods
Serialize
Gets or sets the editor HTML.
SerializeSettings
Serialize current instance to Dictionary