Programmatically scroll through resources in a grouped scheduler

1 Answer 40 Views
Scheduler and Reminder
Tibor
Top achievements
Rank 1
Iron
Tibor asked on 29 Sep 2023, 06:05 AM

Hi!

How does one programmatically scroll through the resources (vertical scroll) in a timeline view scheduler that is grouped by resources?

Thanks!

1 Answer, 1 is accepted

Sort by
1
Accepted
Nadya | Tech Support Engineer
Telerik team
answered on 29 Sep 2023, 08:47 AM

Hello, Tibor,

In order to scroll programmatically through resources you can use the NavigateToResourcemethod. It navigates the grouped view to a resource with a specified index. 

TimelineGroupingByResourcesElement view = radScheduler1.SchedulerElement.ViewElement as TimelineGroupingByResourcesElement;
view.NavigateToResource(5);

I hope this helps. Should you have any other questions do not hesitate to contact me.

Regards,
Nadya
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tibor
Top achievements
Rank 1
Iron
commented on 29 Sep 2023, 08:48 AM

Amazing, thanks a lot!
Tags
Scheduler and Reminder
Asked by
Tibor
Top achievements
Rank 1
Iron
Answers by
Nadya | Tech Support Engineer
Telerik team
Share this question
or