- Home
- Forum
- Angular - EJ 2
- Vertical scroll on Timeline to a resource
Vertical scroll on Timeline to a resource
Hi,
I'm using a schedule in Timeline view, with a large number of resources (potentially dozens). Is there any way to make the scheduler scroll vertically to a specific resource, equivalent to what scrollTo() does for time?
Thanks,
-Chris
SIGN IN To post a reply.
7 Replies
KK
Karthigeyan Krishnamurthi
Syncfusion Team
July 10, 2019 10:46 AM UTC
Hi Chris,
Syncfusion greetings.
We have logged the below feature request for the requested behavior and it will be implemented in any one of our upcoming release.
Regards,
Karthi
CC
Chris Cunningham
July 16, 2019 08:12 PM UTC
Thanks.
KK
Karthigeyan Krishnamurthi
Syncfusion Team
July 17, 2019 04:03 AM UTC
Most welcome 😊
EK
Eugene Kiba
July 20, 2020 06:29 PM UTC
So, is it implemented for other platforms (specifically, ASP.NET Core) ?
If yes, could you give some example - how to scroll to specific resource (vertical scrolling) ?
Thanks,
Eugene
VM
Vengatesh Maniraj
Syncfusion Team
July 21, 2020 04:57 AM UTC
Hi Eugene,
Greetings from Syncfusion support.
Yes, it is implemented for all our supported platforms including ASP.NET Core. For your reference, we have prepared the sample in ASP.NET Core to scroll to the specific resource.
|
document.getElementById("submit").addEventListener('click', function () {
var scheduleObj = document.getElementById('schedule').ej2_instances[0];
scheduleObj.scrollToResource(8, "Owners");//8 is the resource id.
}); |
Kindly check the above sample and get back to us if you need any further assistance.
Regards,
Vengatesh
WT
William Thomson
November 3, 2022 02:19 PM UTC
Can this be done using WPF?
We have created a new thread for the query “Can this be done using WPF?” for easy follow-up. Follow the below forum for further updates.
https://www.syncfusion.com/forums/178662/vertical-scroll-on-timeline-to-a-resource
SIGN IN To post a reply.
- 7 Replies
- 6 Participants
-
CC Chris Cunningham
- Jul 9, 2019 03:39 AM UTC
- Nov 8, 2022 07:26 AM UTC