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
RecursionLimit exceeded error on periodically updated page
posted

Hi, we use a WebHierarchicalDataGrid on a web page which is periodically updated using ASP.NET postback. After few postbacks we are getting an error "Sys.WebForms.PageRequestManagerServerErrorException: RecursionLimit exceeded." (you can see details of that error in the attachment).

We have found out, that we are able to reproduce that error also on this sample page https://ko.infragistics.com/samples/aspnet/hierarchical-data-grid/overview. You just need to play with the "Select theme" dropdown for a while and change the themefew times. After each theme change look for "ighg_ExpandPressed.gif" text in the page source code. New instance of that text (together with a lot of other code) is added to the page source after each theme change (aka after each postback) up to the time, when you get the error "RecursionLimit exceeded".

Please could you help us with that, as this is quite serious issue for us? Thanks in advance.

Parents Reply Children
No Data