Hi
We are using the Gantt JET charts with lots of tasks.
Users would like to navigate to a specific task in the chart, but I am struggling to make that happen.
Ex. A gantt chat consisting of 100 tasks (and 100 rows), and the user wants to navigate (scroll) to task no. 50.
I am able to "select" the task using ex: :
$('gantt_jet').ojGantt("option","selection", [50]);
However the task is not visible to the user due to the chart being scrolled to the top - showing ex task 1-50.
So basically I would like the code to scroll down to task 50 so this will be visible to the user.
Any ideas ?
brgds
Martin