Kendo UI Grid Filtering column with multiple values
问题 I have been using filters to successfully search on my KendoUI grids. However a new application has some fields that are multi-valued and my filtering doesn't work - it actually just seems to spin forever. An example of a multi-value field: field : "rspPersons", title : "Responsible Persons", type : "Text", template: "# var t=rspPersons.join(', ');data.tagsString=t; # #=t #" An example of my filter: orfilter.filters.push( { field : "chgDescription", operator : "contains", value : v1 },