Hi John,
Thank you for writing.
To achieve a functionality as described in your request, you would need to subscribe to the SelectedItemChanged event
and in the handler scroll the timeline to the date of the selected item:
Further looking into your case I encountered a bug which I logged into our feedback portal. You can track its progress, subscribe for status changes and add your vote/comment to it on the following link - feedback item.
This bug would make your application throw an ArgumentOutOfRangeException when you click on a data item and you want to scroll the timeline so that this item becomes visible. Please have in mind that this issue would only appear for data items with a starting date close to the TimelineStart date.
The possible workaround is to create a
CustomGanttView, CustomGanttViewElement and
CustomGanttViewGraphicalViewElement where you should override the
ScrollTo method
. Please find below a code snippet with a sample implementation:
I hope that this information is useful. Should you have further questions please do not hesitate to write back.
Regards,
Hristo
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.