Hi, I found an interesting behavior in the DataGrid component with simple with menu filter mode, and column picking.
I opened the https://blazor.radzen.com/datagrid-column-picker in the playground and added the FilterMode="FilterMode.SimpleWithMenu" to the grid and ran the code.
- Filter the Title column for “Sales”
- Hide the ID column
- Change the Last Name filter to Does not contains
- It changes the First Name filter operator, not the Last Name. And clicking on the Last Name filter operator icon does not close the pop-up.
On the following image shows the result.
