Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
15
Grid is unstable when gridItemCount exceeds 600K
posted

I'm Using igx-grid in my angular application. Virtualization is enabled. When I set the gridItemCount to 700000 and use the scroll feature the grid behaves weird and slow. After a scroll it leaves top portion of the grid invisible. Scrolling the grid using the scrollbar to the right, continuously emits scroll event after stopping the scroll. From What i can see it is in someway related to calculating the rowIndex overflows.

RowHeight is unchanged(50px).

Total number of Rows is set to 700000 and Virtualization is turned on.

P.S I don't need pagination

Thanks for help.