selected location make as tabbed in toolbar when click on that location tab then scheduler scroll to that location

If  I select location from dropdown then selected locations tab make in scheduler toolbar. and when click on location's tab then scheduler scroll or jump to that particular locations

Attachment: Req6_4d9db365.rar

1 Reply 1 reply marked as answer

HB Hareesh Balasubramanian Syncfusion Team April 28, 2021 03:56 PM UTC

Hi Nishit, 

Greetings from Syncfusion Support..! 

We have validated your shared image at our end and suspect that your requirement is to “scroll the particular parent resources of the scheduler” and for that, we have prepared a sample using scrollToResource public method of the Scheduler and change event of the Dropdown component, it can be downloaded from the following link. 


    function onChange(args) { 
        var schObj = document.querySelector('.e-schedule').ej2_instances[0]; 
        schObj.scrollToResource(args.value, "Projects"); 
   

Kindly try the above solution and get back to us if you need any further assistance. 

We will be happy to assist you..! 

Regards, 
Hareesh 


Marked as answer
Loader.
Up arrow icon