Hello,
I have just upgraded from WebClient controls version 10.1 to 10.2 and my previous flawless WebHierarchicalDataGrid now breaks after paging with a clientside error from the ajax include file. MicrosoftAjax.debug.js Assembly: System.Web.Extensions Version: 3.5.0.0 FileVersion: 3.5.30729.1
Error is: Sys.ArgumentException: Value must not be null for Controls and Behaviors. Parameter name: element
At: if (!element) throw Error.argument('element', Sys.Res.createNoDom);
I have a two level parent-child relationship. Paging is set to 25 items. Steps to reproduce: Expand a parent with one page of children works fine. Expand a parent with multiple pages of children works fine for initially. Once I page (click page 2) and result come back fine. The error occurs in trying to expand a parent above the recently paged parent. It consistently errors in the ajax script file.
The tested the same data from the same project one week ago but with the version 10.1 controls and no such error occurs.
As an aside, I am using InitialDataBindDepth of -1. When I change the value to 0 (load on demand) I get the error: "Deserialization failure: Invalid response." This error will occur after expanding a parent with multiple pages of children, expanding a parent with one page of children and then trying to re-expand the parent with multiple children. No paging action is needed to reproduce the error in this scenario.
Anyone please advise as this is a roadblock and a full day of research has come up empty so far.
Thanks,
Charlie
Hello ClaySeifert,
Would you please test it with the latest service release: 10.3.20103.2046.
If you are still getting this error with it, would you please attach a sample and the exact steps that should be followed for reproducing this issue.
Regards,
Lyuba
Developer Support Engineer
Infragistics
www.infragistics.com/support
Hello Lyuba
Sorry -- false alarm. I had a block of code in my markup that was commented out that was causing the error. When I removed it, the problem cleared. However, the code that I had commented out was for http://community.infragistics.com/forums/p/50123/264288.aspx#264288 that I'm still waiting to hear from someone.
Thank you