I'm following this Grid Sorting example on the Kendo documentation, but I need guidance in getting this to work as a server-side sort instead of a client-side sort.
I'm thinking the "toOdataString()" method used in their Data-Binding example should somehow be able to accept the sortDescriptors as well. Can anyone advise on whether or not this is supported, and if so, how do I achieve it?
Thanks a mil'.
The data binding example that you linked also supports sorting you just need to enable it:
Enable the option on the Grid:
Pass the sort parameters in the dataStateChange event:
Check this plunkr.