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.
Has this problem been resolved? I am receiving this error using the WebDataGrid also in 2010.3 with Net4.0. Any help would be appreciated.
Hello,We have the same problem that djarnold74 with the same configuration (.NET 4.0 and WebDataGrid in 2010.3) Our page is refreshed periodically all 5 sec and after 101 occurences of the function System.Web.Script.Serialization.JavaScriptObjectDeserializer.DeserializeInternal(Int32 depth) the server raise the error : [ArgumentException: RecursionLimit was exceedeed. (514):This problem has got an solution?Thanks for your help,
Hi jaylenlord
Did you find a solution for this issue?
Any update on this issue ? I am getting this error too...
RecursionLimit exceeded. (576): [{'0':[[null,null,null,null,null,"--Please Select--","-1",0,null,null,null],{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"o":{"c":{"selectedCssClass":"","cssClass":"","hoverCssClass":"","activeCssClass":"","disabledCssClass":""}},"c":{"selectedCssClass":"","cssClass":"","hoverCssClass":"","activeCssClass":"","disabledCssClass":""}},"c":{"selectedCssClass":"","cssClass":"","hoverCssClass":"","activeCssClass":"","disabledCssClass":""}},"c":{"selectedCssClass":"","cssClass":"","hoverCssClass":"","activeCssClass":"","disabledCssClass":""}},"c":{"selectedCssClass":"","cssClass":"","hoverCssClass":"","activeCssClass":"","disabledCssClass":""}},"c":{"selectedCssClass":"","cssClass":"","hoverCssClass":"","activeCssClass":"","disabledCssClass":""}},"c":{"selectedCssClass":"","cssClass":"","hoverCssClass":"","activeCssClass":"","disabledCssClass":""}},"c":{"selectedCssClass":"","cssClass":"","hoverCssClass":"","activeCssClass":"","disabledCssClass":""}},"c":{"selectedCssClass":"","cssClass":"","hoverCssClass":"","activeCssClass":"","disabledCssClass":""}},"c":{"selectedCssClass":"","cssClass":"","hoverCssClass":"","activeCssClass":"","disabledCssClass":""}},"c":{"selectedCssClass":"","cssClass":"","hoverCssClass":"","activeCssClass":"","disabledCssClass":""}},"c":{"selectedCssClass":"","cssClass":"","hoverCssClass":"","activeCssClass":"","disabledCssClass":""}},"c":{"selectedCssClass":"","cssClass":"","hoverCssClass":"","activeCssClass":"","disabledCssClass":""}},"c":{"selectedCssClass":"","cssClass":"","hoverCssClass":"","activeCssClass":"","disabledCssClass":""}},"c":{"selectedCssClass":"","cssClass":"","hoverCssClass":"","activeCssClass":"","disabledCssClass":""}},"c":{"selectedCssClass":"","cssClass":"","hoverCssClass":"","activeCssClass":"","disabledCssClass":""}},"c":{"selectedCssClass":"","cssClass":"","hoverCssClass":"","activeCssClass":"","disabledCssClass":""}},"c":{"select
Hi,
My problem was that there was also a UltraWebGrid on my page. I have replaced my UltraWebgrid by a WebDataGrid and it has solved my error.
But here i am using WebHierarchialDataGrid which is having multiple inline edits. If i try to edit one and at a time and update my database which then reloads the grid, it works fine. But if i try to edit multiple items at a time, then i am getting this error.
Any ideas?