<kendo:gantt-range>

Configures the Kendo UI Gantt range settings.

Example

<kendo:gantt>
    <kendo:gantt-range></kendo:gantt-range>
</kendo:gantt>

Configuration Attributes

end java.util.Date

If set to some date the timeline of all views will end to this date.

Example

<kendo:gantt-range end="end">
</kendo:gantt-range>

start java.util.Date

If set to some date the timeline of all views will start from this date.

Example

<kendo:gantt-range start="start">
</kendo:gantt-range>
In this article
Not finding the help you need?