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
60
System.OutofMemory Issue when Loading Data using Typed Data Set in Win Grid
posted

System.OutofMemory Issue when Loading Data using Typed Data Set if the Number of Rows is greater than 250,000 . I am doing some functions like Cell Hideing in Initialise Row. This is a burning issue .. please help..

 

Parents
No Data
Reply
  • 469350
    Offline posted

    Hi,

    It's entirely possible that your machine simply does not have enough memory to create all of the objects necessary to display so many rows at once. But it could also be a bug in the grid.

    Can you post the call stack of the exception you are getting?

    Can you post a small sample project demonstrating the exception?

    Does it matter if comment out your InitializeRow code?

    The reality is that no human user could possibly deal with 250,000 rows of data in any meaningful way, anyway. It would probably be a better all around for you to limit the number of rows in the grid by letting the user choose some filter criteria and only bring back a smaller sub-set of the data to work with at any one time.

Children
No Data