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