<kendo:gantt-columns>

The configuration of the Gantt columns. An array of JavaScript objects or strings. A JavaScript objects are interpreted as column configurations. Strings are interpreted as thefield to which the column is bound. The Gantt will create a column for every item of the array.

Example

<kendo:gantt>
    <kendo:gantt-columns></kendo:gantt-columns>
</kendo:gantt>

Configuration Attributes

Configuration JSP Tags

kendo:gantt-column

The configuration of the Gantt columns. An array of JavaScript objects or strings. A JavaScript objects are interpreted as column configurations. Strings are interpreted as thefield to which the column is bound. The Gantt will create a column for every item of the array.

More documentation is available at kendo:gantt-column.

Example

<kendo:gantt-columns>
    <kendo:gantt-column></kendo:gantt-column>
</kendo:gantt-columns>
In this article
Not finding the help you need?