Hello all,
I want to show 1M records in Gridview . Is it possible in infragistics
Thanks
Tulsi
Hello Tulsi,
There are no arbitrary built-in maximums for the number of rows and columns you can have in the grid. But there are, of course, memory and performance limitations. These will vary by hardware, though, so there's really no way to give you any reasonable estimates on what is and is not feasible. The best thing to do is try it out.
You might want to consider using Load-On-Demand. There is a sample in our legacy grid samples browser called "Virtual Mode" which demonstrates a grid with a million rows. However, if you intend to do filtering or sorting in the grid, then this will be of limited use, since filtering or sorting requires the grid to load all of the data, anyway.
I believe the samples can be installed as part of the product installation, or can be installed via a separate installer available on the My Keys and Downloads page. I hope this helps.
Thanks,Chris
Hello ,
can you please provide sample for at least 80,000 records in grid view .
Thank You
Attached is the sample from our sample browser, which Chris has pointed to. I only have modified it to load 80 000 rows instead of 1 000 000.
Please check the sample and let us know if you have any further questions on this matter.