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

Local Data & ServerOperation(false) not working

0 Answers 154 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Tonny
Top achievements
Rank 1
Tonny asked on 10 Sep 2012, 10:54 PM
Hello,
I've implemented a Grid in MVC4 exactly like the following example (.cshtml version):
http://demos.kendoui.com/web/grid/local-data.html

The grid populates with no problem, but when I try to Sort(or filter) it performs a Server request, I get the loading graphic over the grid and then the grid goes empty. I can see through Fiddler that when i click sort, it makes a request to the server passing sort parameters in the query string. Seems like the ServerOperation(false) is not working for me when I try to sort in the client side. Any ideas?

I am using version 2012.2.710.340

Thanks in advance.

No answers yet. Maybe you can help?

Tags
Grid
Asked by
Tonny
Top achievements
Rank 1
Share this question
or