I've got a hierarchical grid set up and working nicely. However, any time I try to customise the filters on the sub-grid, it throws an error in the kendo.all.min.js. If I Break on the exception and inspect the variable "u" in the catch, it shows: Expected ';'
Here's the filter that I'm trying to apply:
This is an ASP.NET MVC project using Kendo 2014.2.903.
Hope someone from Telerik can help.
Thanks.
Here's the filter that I'm trying to apply:
.Filterable(filter => filter .Operators(ops => ops .ForString(str => str.Clear() .Contains("Contains"))))This is an ASP.NET MVC project using Kendo 2014.2.903.
Hope someone from Telerik can help.
Thanks.