We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

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

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? 



RM Ruksar Moosa Sait Syncfusion Team replied to William Thomson November 8, 2022 07:26 AM UTC

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


Loader.
Live Chat Icon For mobile
Up arrow icon