Hi,
We need to have 750 as an page size option in grid, we have aggregates, cellsreneders and custom column in our grid. When we show 750 records in one page. it takes time to render. and when we move scrollbar, again it renders. on scroll bar movement it keeps on removing UI from DOm and recreating it again and again which is slowing down the scroll.
I have tried the scrollmode: deffered also. that also does not work
Is there any option by which we can make sure once a DOM rendered, it is not removed when it goes to hidden part of scroll.