"EnablePagingOnAutoScroll" option is used to enable an automatic paging on autoscroll feature while horizontally dragging the taskbar in GanttChart. By default "EnablePagingOnAutoScroll " is false, You can however enable this feature by setting the GanttChart option "EnablePagingOnAutoScroll" to true.
Here is the code example:
|
$('#gantt_container').GanttControl({ GanttChartTemplateApplied: function (sender, args) { var $GanttChart = args.element; $GanttChart.GanttChart({ EnablePagingOnAutoScroll: true }); }, }); |
� RadiantQ 2022. All Rights Reserved.