<kendo:grid-columns>
The configuration of the grid columns. 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 grid will create a column for every item of the array.
Example
<kendo:grid>
<kendo:grid-columns></kendo:grid-columns>
</kendo:grid>
Configuration Attributes
Configuration JSP Tags
kendo:grid-column
The configuration of the grid columns. 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 grid will create a column for every item of the array.
More documentation is available at kendo:grid-column.
Example
<kendo:grid-columns>
<kendo:grid-column></kendo:grid-column>
</kendo:grid-columns>