We have a very strange problem, with sorting not working in RadGrid. The problem is, it should work!
We have two very similar web applications, both set up in the same way getting data via an Object Data Source (an Extended Object Data Source to be exact). In one of the application, setting the AllowSorting=true works perfectly fine without any problems at all, in the other application, it seem to work, even the RadGrid itself seem to think it is working (processing, taking some time, showing the loading panel etc. etc. etc.) but it doesn't! The order or the rows never change. Everything else like filtering, even custom filtering, works 100%. Sorting expressions etc are in both applications generated by the RadGrid itself from the Data Source, and should be correct.
We have done exactly as described here:
http://www.telerik.com/help/aspnet-ajax/grdbasicsorting.html
If nothing had happended, that would have been one thing, but now it seems like the RadGrid is actually doing some kind of sorting, just that we never get to see the results. We really need some ideas here on what could be wrong, because as we see it, the way we are doing it should be correct, and it works fine in one application, but not the other.
Please advice :)
We have two very similar web applications, both set up in the same way getting data via an Object Data Source (an Extended Object Data Source to be exact). In one of the application, setting the AllowSorting=true works perfectly fine without any problems at all, in the other application, it seem to work, even the RadGrid itself seem to think it is working (processing, taking some time, showing the loading panel etc. etc. etc.) but it doesn't! The order or the rows never change. Everything else like filtering, even custom filtering, works 100%. Sorting expressions etc are in both applications generated by the RadGrid itself from the Data Source, and should be correct.
We have done exactly as described here:
http://www.telerik.com/help/aspnet-ajax/grdbasicsorting.html
If nothing had happended, that would have been one thing, but now it seems like the RadGrid is actually doing some kind of sorting, just that we never get to see the results. We really need some ideas here on what could be wrong, because as we see it, the way we are doing it should be correct, and it works fine in one application, but not the other.
Please advice :)