Regarding virtual scrolling Scheduler event

Hi 
I have question here regarding virtualScrolling since I am not using  dataManager for scheduler . How can I use its scroll event . is there any custom event for that ?
because I have tried different ways but I am not getting scroll event and I am trying to get data from remote server. It would be helpful if you have any solution for it.
I am updating data source following way  

 this.eventSettings = {
                dataSource: eventObj  //events
            };

1 Reply 1 reply marked as answer

VM Vengatesh Maniraj Syncfusion Team November 6, 2020 10:14 AM UTC

Hi Steve, 

Greetings from Syncfusion Support. 

We checked your requirement and we let you know that to use the virtual scroll functionality, we have to enable the allowVirtualScrolling property in the timeline views. Since this is one of the properties of the scheduler, we couldn’t use it scroll event at the sample end. For more reference, please visit the below UG documentation. 


And, we suggest to please refer to the below UG to get the data from the remote server. 


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

Regards, 
Vengatesh  


Marked as answer
Loader.
Up arrow icon