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
80
Paging on UltraWinGrid.
posted

Hi,

I am using Infragistics 14 and one of the UltraWinGrids used in a winform (C#) app pulls more than a million rows. I need to know if I can use paging.

Paging seems to be there for web application but could not find for winform/wingrid.

I have tried the LoadOnDemand but that does not help at all. I tried it setting before assigning the datasource. The issue is DataSource itself is very huge so I would like to implement paging to limit the data pulled for the grid by the datasource. Currently since the datasource itself becomes gigantic sometimes the application crashed with out of memory exception.

I cant limit the no of rows. Tried filters too but still the data could very well be more than million rows and constantly growing.