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

[Solved] Problem with hierarchical grid and customised filters

1 Answer 86 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Stefan
Top achievements
Rank 1
Stefan asked on 09 Jan 2015, 08:22 PM
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:
.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.

1 Answer, 1 is accepted

Sort by
0
Accepted
Daniel
Telerik team
answered on 13 Jan 2015, 02:55 PM
Hello Stefan,

Please try with the latest release. This issue is already fixed.

Regards,
Daniel
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
Stefan
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or