<kendo:gantt-view-range>
Configures the view range settings.
Example
<kendo:gantt-view>
<kendo:gantt-view-range></kendo:gantt-view-range>
</kendo:gantt-view>
Configuration Attributes
end java.util.Date
If set to some date the timeline of the view will end to this date.Overrides the range.end option of the gantt.
Example
<kendo:gantt-view-range end="end">
</kendo:gantt-view-range>
start java.util.Date
If set to some date the timeline of the view will start from this date.Overrides the range.start option of the gantt.
Example
<kendo:gantt-view-range start="start">
</kendo:gantt-view-range>