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
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.