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

Kendo UI Grid Jquery

1 Answer 77 Views
Filter
This is a migrated thread and some comments may be shown as answers.
raju
Top achievements
Rank 1
raju asked on 23 Mar 2016, 09:46 AM
Hi,

I'm working with KendoUI on the front end, and following some of their "default" way of doing things (that means using their DataSource object), I request data from a MVC WebAPI controller with a GET.

The request looks like :

filter[logic]                    And
filter[filters][0][field]         Description    
filter[filters][0][operator]    StartWith
filter[filters][0][value]        $20
page                            1
pageSize                        10
skip                            0
take                            10



I had tried so many ways to read the filters but all in vain.

Can anyone help/advice me how to map these query-strings into an object?

Thanks a lot.

1 Answer, 1 is accepted

Sort by
0
Alexander Valchev
Telerik team
answered on 28 Mar 2016, 07:52 AM
Hello Raju,

Check this sample project as it demonstrate how to bind Kendo DataSource to WebAPI backend.

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