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

[Solved] KendoUI Grid MVC Wrapper Selected Server Processing

1 Answer 74 Views
Grid
This is a migrated thread and some comments may be shown as answers.
qamar
Top achievements
Rank 1
qamar asked on 03 Feb 2015, 07:10 AM
Hi,

I am using kendoui asp.net mvc wrapper. I wanted to do server side paging therefore set ServerProcessing as true in datasource. In the controller I only have code to process only pagination not others. Things like sort, filter etc I need to be able to do them at client side. In simple words, I want to selectively server processing/client processing for grid features (pagination, sorting, filter). Is that possible?

Thanks,
Qamar

1 Answer, 1 is accepted

Sort by
0
Rosen
Telerik team
answered on 04 Feb 2015, 03:55 PM
Hi Qamar,

I'm afraid that setting server operation per type of operation is not possible when using the ASP.NET MVC wrappers. Also you should be aware that using server-side paging and client-side sorting, filtering or grouping will yield incorrect results and the client-side operations will be applied only on a portion of the data.

Regards,
Rosen
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Grid
Asked by
qamar
Top achievements
Rank 1
Answers by
Rosen
Telerik team
Share this question
or