Discuss anything related to web development but no technical support questions
In my project, I have configured the Scheduler to lazy-load data.
I have currently set the chunkSize to 10
At the initial scheduler loading, It fires the network call to load resource data 3 times(3 chunks of data).
I need to show the Group Summaries after the initial data set is loaded.
Is there any event that I can listen to and trigger the group summary logic after the initial data set is loaded to the scheduler (first 3 chunks of data, or any number of chunks needed by scheduler at initial load)
Thank you for the reply ghulam.
It is not I was looking for. but, thanks for the reply.
Hi there,
On a side topic, we do not support any kind of grouping along with lazyLoading. Are you trying to implement the solution on your own? About the event, we do not have any event that fires after a specific number of chunks load. As it stands, one chunk of data is loaded in one api call for a store, maybe you can track of how many calls are being dispatched and resolved on resourceStore by using the above shared events?