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)?
Hello Robert,
Let me know if you still need assistance with this.
Regards,
Lyuba
Developer Support Engineer
Infragistics
www.infragistics.com/support
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.
Assyst
Same problem:
Sort behaviour is ok.
EntityDataSource Properties:
AutoGenerateOrderByClause="True" AutoGenerateWhereClause="True"
Any suggestions?
/Bernd