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

Grid custom-binding for Sorting, Paging, Grouping and Filters

3 Answers 601 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Norman
Top achievements
Rank 1
Norman asked on 15 Aug 2013, 01:48 PM
Hello,

i'm searching for a way to implement a custom binding for Sorting, Paging, Grouping and Filters within a grid but i just found informations for sorting and paging.

I've done a look into this http://docs.kendoui.com/getting-started/using-kendo-with/aspnet-mvc/helpers/grid/custom-binding post but it would only handle the soring and paging stuff.

It sould be possible to handle the grouping and filtering stuff as well without the .ToDataSourceResult(request); right?

Any help to figure this out would be welcome :-)

Kind Regards
Daniel

 

3 Answers, 1 is accepted

Sort by
0
Rosen
Telerik team
answered on 16 Aug 2013, 02:05 PM
Hello Norman,

You can find a runnable sample which demonstrates a possible custom binding implementation in the sample application available with the KendoUI for ASP.NET MVC distribution. The demos are called Custom server binding and Custom ajax binding and can be found under Grid section.

Regards,
Rosen
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Norman
Top achievements
Rank 1
answered on 27 Aug 2013, 06:53 AM
Hi Rosen,
i've found the normal samples under custom-binding but there is no sample regarding filtering and grouping (the sorting and paging isn't a problem).

So the question is is there also a sample for custom ajax binding that supports filters and groups of a  Grid?

Kind Regards
Daniel
0
Rosen
Telerik team
answered on 28 Aug 2013, 07:40 AM
Hello Norman,

As I have already stated a runnable example of both AJAX and server custom binding can be found in the demo application provided with the KendoUI for ASP.NET MVC distribution. It is located under the \wrappers\aspnetmvc\Examples folder. Are you not able to find the sample application?

For your convenience I have attached the controllers and views of  both the custom AJAX and server binding example from the sample application in question.

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
Norman
Top achievements
Rank 1
Answers by
Rosen
Telerik team
Norman
Top achievements
Rank 1
Share this question
or