Kendo.Mvc.UI.OrgChartEditableSettings
Kendo UI OrgChartEditableSettings class
Properties
Create
Allows the user to create new items as children of existing ones. If set to false, creating new items will not be available in the item edit pop-up menu.
Destroy
Allows the user to delete items. If set to false, delete item will not be available in the item edit pop-up menu.
Fields
Allows the user to edit the title, name, and avatar of the item. If set to false, editing those fields will not be available in the pop-up editor of the widget.
Parent
Allows editing the structure (id/parentId relation). If the parentId has also configuration in the form configuration object, the editable.parent value will be taken into account. If set to false, editing the id/parentId relation will not be available.
Enabled
If set to false, the user will not be able to edit the data to which the OrgChart is bound. By default, editing is enabled.The editable option can also be set to a JavaScript object (which represents the editing configuration).
Methods
Serialize
Serialize current instance to Dictionary
SerializeSettings
Serialize current instance to Dictionary