Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
915
Sorting Problem
posted

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)?

Parents
No Data
Reply
  • 25
    posted

    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?

Children
No Data