<kendo:treeList-column-command>
The configuration of the column commands. If set, the column will display a button for every command. Commands can be custom or built-inThe built-in commands are: edit - Switches the current table row to edit mode. Supports the inline and popup edit modes.; createChild- Adds a new child item to the current table row and switches to edit mode. or destroy - Removes the data item to which the current table row is bound.. Custom commands are supported by specifying the click option.
Example
<kendo:treeList-column>
<kendo:treeList-column-command></kendo:treeList-column-command>
</kendo:treeList-column>
Configuration Attributes
Configuration JSP Tags
kendo:treeList-column-commandItem
The configuration of the column commands. If set, the column will display a button for every command. Commands can be custom or built-inThe built-in commands are: edit - Switches the current table row to edit mode. Supports the inline and popup edit modes.; createChild- Adds a new child item to the current table row and switches to edit mode. or destroy - Removes the data item to which the current table row is bound.. Custom commands are supported by specifying the click option.
More documentation is available at kendo:treeList-column-commandItem.
Example
<kendo:treeList-column-command>
<kendo:treeList-column-commandItem></kendo:treeList-column-commandItem>
</kendo:treeList-column-command>