This is a migrated thread and some comments may be shown as answers.

[Solved] How to use grid in client operation mode?

0 Answers 25 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Rolf Winter
Top achievements
Rank 1
Rolf Winter asked on 08 Dec 2011, 12:58 PM
I'm struggling to use the client operation mode for column sorting. Based on your exanple I added the following snippet:

.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?
Tags
Grid
Asked by
Rolf Winter
Top achievements
Rank 1
Share this question
or