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

[Solved] Comma seperated list to filter in Kendo grid

1 Answer 511 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Madhu
Top achievements
Rank 1
Madhu asked on 17 Apr 2015, 02:25 PM

Hi Kendo Team,

I have a requirement to filter the items in a grid using comma seperated list of values. Is there a way to do it ?

We are using the .net helper classes to render the kendo grid(Html.Kendo().Grid) .

Any help/suggestion would be appreciated

Thanks​

1 Answer, 1 is accepted

Sort by
0
Alexander Valchev
Telerik team
answered on 21 Apr 2015, 08:59 AM
Hello Madhu,

This is not supported out of the box. You will have to manually parse the comma separated list into array of JavaScript object and then pass this array to the dataSource filter method.


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
Grid
Asked by
Madhu
Top achievements
Rank 1
Answers by
Alexander Valchev
Telerik team
Share this question
or