Datagrid 2 virtual scrolling

6
Hi, We have a datagrid with page size 15 and virtual scrolling. The only filter that is active when loading the page is a date filter with greater than or equal than [%BeginOfCurrentWeekUTC%]. There are more than 30 rows that fulfill this criteria but I can only scroll to see the first 30. He does not render more rows. There are only more rows showing up when I change for example the date filter to greater than (instead of greater than or equal). Does somebody know how to fix this so I can scroll down to see all the rows? Thanks!
asked
2 answers
0

Hello Kolien,

 

I have encountered the same issue as well! For some reason, the 'scrolling’ part of virtual scrolling did not trigger when reaching the bottom of the first 15/20 results.

For me, the reason it was not triggering was the zoomed in (or out) browser. When the browser was zoomed out to 90%, the virtual scrolling would not start. The workaround was (as you may guess) to reset the zoom to 100%. This is not a permanent solution, but maybe it helps you for now!

 

 

 

answered
0

Hello Joeri,

 

I have the same issue when I add the date filter the virtual scrolling doesn´t work.

 

¿Someone from support told you anything about it?

answered