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