Whenever I sort my WebDataGrid (which is tied to an OjectDataSource), I get a javascript error when the page renders.
The error is in the javascript function: _renderOnAsyncResponse: function (props, html)
It is on the line: newElement = newElement.firstChild;
The problem is the newElement is null.
I have ajax enabled on the grid (and would like to keep it that way rather than wrapping in an update panel. If I have to do that, then what is the point in using the WebDataGrid (other than styling headaches)?
I am experiencing this same problem. Tied to a LinqDataSource - if you apply a filter on a DateTime bound column it will throw the error every time. This is on 10.3 CLR4. Any known fixes or workarounds?
Hi,
I got error while trying to implement sorting. The error occurs when I tried register an Ajax class within the page as follows,
AjaxPro.Utility.RegisterTypeForAjax(typeof(Name));
But there are many other functionality are worked with the Ajax webmethods script. So if I removed it then also it will affect me. So please provide me solution to overcome this by keeping the Ajax methods.
Hopes a reply in soon. Thanks in advance.
Regards,
Assyst
Same problem:
Sort behaviour is ok.
EntityDataSource Properties:
AutoGenerateOrderByClause="True" AutoGenerateWhereClause="True"
Any suggestions?
/Bernd
Hello Robert,
Let me know if you still need assistance with this.
Lyuba
Developer Support Engineer
Infragistics
www.infragistics.com/support
I got the same problem, have you found the solution for that?