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
};