I have an issue where when Chart is displayed, it seems impossible to control the Grid scroll position.
If chart is not displayed, using gantt.scrollTo() and gantt.getScrollState() will work on the Grid. But if it Chart is available, gantt.scrollTo() and gantt.getScrollState() will work on the Chart and not the grid.
Doing a gantt.render() in that case will lose the scroll positions on the grid.
Any ways to prevent or fix that? I would need the scroll state of grid and a way to force scroll position.
Note: I have grid scroll enabled, therefore 2 scroll bars.
Hello Karl,
This is expected behavior for the gantt.scrollTo method: it should work for the timeline for the vertical and horizontal scroll. When there is no timeline, Gantt will try to scroll the grid.