I use igGrid with below options :
- 400 cols
- sortable
- Column resizeable
In IE 11, it take about 10 seconds to finished rendering.
Could you please show to me how to improve speed of rendering phase ?
Hello,
Generally, it is recommended to enable column virtualization if your grid has more than 20 columns.However, you cannot use igGrid column resizing feature together with column virtualization.
Please see below for the general information about improving igGrid performance.
Performance Guide (igGrid)https://www.igniteui.com/help/iggrid-performance-guide
In my case, column resizing feature is required.
It take 10 seconds with 5000 empty rows.
With 10 empty rows, i take about 6 seconds.
How to make rendered speed less than 3 seconds with 5000 records data ?
Please confirm below sample.
IgGridSpeedIE11.zip