-
Notifications
You must be signed in to change notification settings - Fork 159
Open
Labels
🐛 bugAny issue that describes a bugAny issue that describes a bug🆕 status: newgrid: state-persistence
Description
Description
When setting e.g. two filters for the same column, the extracted "conditionName" is set to "contains" instead of what has been selected (e.g. "equals"). This sometimes happens to all of the filters and sometimes only to the last one (e.g. the second one in the attached video).
- igniteui-angular version: 21.0.0
- browser: Chrome 144.0.7559.110
Steps to reproduce
- Select two column filters with an operation different from "contains"
- Extract the grid state. The "conditionName" is set to "contains"
- Apply the grid state. The affected filter is set to "contains" instead of what has been selected
The issue can be seen/reproduced in this repository
Result
The column filter(s) are set to "contains" instead of what has been selected.
Expected result
The column filter(s) should be set to what has been selected.
Attachments
igx-grid-state-filter-issue.mov
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
🐛 bugAny issue that describes a bugAny issue that describes a bug🆕 status: newgrid: state-persistence