Hello Praveenkumar,
Hope you doing great!.
Thanks for previous support. You responded same solution what I found regarding the 'byDate' for group solution.
I am forwarding our code in zip file. You can have look at it.
Issue No.1
Now, when we apply the 'byDate' in our application, we are not able to see smooth response in IE11.
First load my application in Chrome or Edge browser, You will understand what we are doing.
Basically, we are loading Grouping multi-level resources concept for our application like https://ej2.syncfusion.com/angular/documentation/schedule/resources/#grouping-multi-level-resources
Now when we load your sample app like https://ej2.syncfusion.com/angular/documentation/samples/schedule/multiple-level-resource-cs1/index.html in IE11. This is working properly.
But when we run our application, it is not running smoothly for Grouping multi-level resources. Could you please verify for the same?
Note. We are able to run our application in IE11 successfully. But, not with Scheduler running smoothly.
Issue No.2 :
Even though, we apply allowVirtualScrolling like below for both Day and Week, still it is take more time to load even in Chrome/Edge
{option: 'Day', allowVirtualScrolling: true},
{option: 'Week', allowVirtualScrolling: true}
For Example
336 Schedulers, it takes 2 secs to render
672 Schedulers, it takes 3 secs to render
1344 Schedulers, it takes 6 secs to render
2016 Schedulers, it takes 11 secs to render
As Schedulers is more, it takes more time to load
Is there any smart solution for this?
Please modify the code and let me know what is the change that is done so that we will understand.
Regards,
Nanda Reddy