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?