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

Filterable Multi not being consistent

1 Answer 32 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Matt
Top achievements
Rank 1
Matt asked on 21 Apr 2016, 09:46 PM

Is there anything in the kendo framework that would cause inconsistency for multi select filters ?

We have a multiselect filter applied to a column (filterable: "Multi") and when we apply a filter before the grid renders using setOptions to restore the grid settings, then we apply a filter using the multiselect we are getting the following after we call dataSource.filters().

*not exact syntax*

filters [

    { filters: [{column: "Column A", value: "x", operator: "eq" }, { column: "Column A", value: "Y", operator: "eq" }], logic: "or" } ]

Logic: "AND"

 

but if we don't have that filter applied prior to rendering then we don't get the nested filter where the multiselect items are grouped

1 Answer, 1 is accepted

Sort by
0
Kiril Nikolov
Telerik team
answered on 25 Apr 2016, 07:26 AM
Hi,

I was not able to reproduce this issue, would it be possible to send us a Dojo where the issue can be reproduced?

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