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
65
System.StackOverflowException was unhandled
posted

              

 

                        I am using utrawebgrid,whenever I am binding grid to the datasource which is having records more than 12815 it is generating following error.Can you please explian me why this is happening and solution over this.

An unhandled exception of type 'System.StackOverflowException' occurred in Infragistics2.WebUI.UltraWebGrid.v8.2.dll

Regards. 

 

Parents
  • 3338
    posted

    are you trying to load all the records in the grid at the same time?

    If so, that could cuase a performance issue not to mention sending all that data to the client.

    Try using load on demand or at least paging the data.

Reply Children