Release date: October 16, 2014 (build 7.9.3298)
RowCreateHandling, RowCreateJavaScript, RowCreatedJavaScript
Read more about Gantt task creating.
Read more about Scheduler row creating.
An option to block Scheduler UI until the current callback is finished (ASP.NET).
BlockOnCallBack="true"
This feature is turned off by default.
Use GroupConcurrentEvents="true".
You can specify the limit of number of overlapping events that won't be grouped using GroupConcurrentEventsLimit. By default it is set to 1.
Read more about concurrent event groups.
Use AllowEventOverlap="false".
Event overlapping will be checked during drag and drop operations (event moving, event resizing, time range selecting). Existing events won't be affected.
Read more about event overlapping.
Use the following properties:
CellSweeping enables sweeping grid cell DOM elements from visited areas.
CellSweepingCacheSize specifies the number of grid cells (outside of the viewport) that will not be cleared when CellSweeping is enabled.