<kendo:treeList-columns>
The configuration of the TreeList columns whcih represents an array of JavaScript objects or strings. JavaScript objects are interpreted as column configurations. Strings are interpreted as thefield to which the column is bound. The TreeList will create a column for each item of the array.
Example
<kendo:treeList>
<kendo:treeList-columns></kendo:treeList-columns>
</kendo:treeList>
Configuration Attributes
Configuration JSP Tags
kendo:treeList-column
The configuration of the TreeList columns whcih represents an array of JavaScript objects or strings. JavaScript objects are interpreted as column configurations. Strings are interpreted as thefield to which the column is bound. The TreeList will create a column for each item of the array.
More documentation is available at kendo:treeList-column.
Example
<kendo:treeList-columns>
<kendo:treeList-column></kendo:treeList-column>
</kendo:treeList-columns>