After a while I had switched to Blazor on .NET 8, I noticed that the QuickGrid stopped working. The symptom is that it is flickering/jittering while scrolling and stay in that mode indefinitely. When tracing, I can see Skip grows from 0 while I'm gradually scrolling grid down and suddenly it gets back to Skip=0, Take=say 30. That marks it is broken, it gets jittering even without touching a scroll bar. What can be the reason for this?
Additionally:
- It worked Ok on .NET 6 for sure
- It uses virtualization
- It uses
ItemsProviderfor remote data access
Thanks