Hi,
I'm developing an application in React with the Scheduler component . In this scheduler I show a timeline with about 150 rows over a period I can choose (one, four or twelve months). When set it to the twelve month view, moving events or resizing them becomes quite tedious, I have to wait almost 20 seconds because the screen freezes and the event disappears, before it reappears and the screen responds again. When using the four month view the problem is reduced to a few seconds and in the one month view the delay is 1 or 2 seconds at most. Whereas if I reduce the number of rows the problem is reduced, for example with 5 rows it is absent even in the year view and when I have about 50 rows in the year view it freezes for just 1 or 2 seconds. Do you know if this is normal? Is there a solution?
Thank you in advance!
Best regards,
Matteo Messmer
<ViewDirective
option="TimelineMonth"
interval={12}
displayName="12 Months"
eventTemplate={this.timelineEventTemplate.bind(this)}
allowVirtualScrolling={true}
/>
|
Hello I have the same issue I am using the scheduler for .net core and I don't have many rows any ideas on why this happens
Lea, Your reported issue on the "Event disappeared for some seconds when dragged and resized” is not reproduced with more number of resources in the below sample. You can also check it in the shared sample.
https://ej2.syncfusion.com/aspnetcore/Schedule/VirtualScrolling#/bootstrap5
Share the below details to investigate further.