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
210
1M records in Grid View
posted

Hello all,

I want to show 1M records in Gridview . Is it possible in infragistics

Thanks

Tulsi

Parents
  • 6158
    Suggested Answer
    Offline posted

    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

Reply Children
No Data