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
50
UltraWebGrid Limit causing a stack overflow?
posted
Hi Guys, I am having a strange problem which I tried searching here on the forums. I am binding around 27000 rows synchronously (tried Virtual) to a UltraWebGrid with page size 50 and tried without. The data loads eventually which is expected, this is a lot of rows, each having 3 columns. The problem comes in when I try browsing to the next page or double clicking on one of the items. The page is hit but soon gives me a stack overflow exception. Can anyone give me advice on this? If the data is 1 or two records it works fine in paging or non paging mode. This would point to data sizing. Regards.
Parents
No Data
Reply
  • 21382
    posted

     I tried your issue with a 30000 row DataTable and could not reproduce your issue, could you provide more info on the type of data, maybe post a stack trace of the issue?  

     

    If you have a compact sample, you could submit it to Developer Support and let them debug it as well. 

Children