This question is locked. New answers and comments are not allowed.
I'm struggling to use the client operation mode for column sorting. Based on your exanple I added the following snippet:
But the debugger shows me there is still a server roundtrip to the controller code. I supposed that "client operation mode"
means client-side sorting.
What's wrong?
.DataBinding(dataBinding => dataBinding .Ajax() .OperationMode(GridOperationMode.Client).Select("Select", "Home") )But the debugger shows me there is still a server roundtrip to the controller code. I supposed that "client operation mode"
means client-side sorting.
What's wrong?