I'm not sure how to get sorting to work in the WebDataGrid. No matter what I do, if I have AJAX enabled, I always get a one of those "object doesn't support this property" errors from scriptresource.axd.
If I have ajax turned off, I get no error; clicking on the header posts the page but it doesn't resort.
My standard way of loading the data is to load it into a DataTable and set it as the DataSource of the grid in OnLoad. I tried a SqlDataSource - setting the ConnectingString and SelectCommand in OnLoad - but that didn't make a difference.
As usual, as soon as I ask I find the answer. It looks like the problem is that the web site also has Ext JS included. When I remove it, everything works fine!
I am having the same problem. What is that and how do I turn it off?
Thanks,
~ck
If you don't know what Ext JS is, you most likely have not added it to your project, and it's not your problem. But are you using any other javascript libraries like Prototype? You might see the same problem. There are also many other possible causes... best to search the forum or contact tech support.