DataGrid column picker with simple menu filter issue

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.

  1. Filter the Title column for “Sales”
  2. Hide the ID column
  3. Change the Last Name filter to Does not contains
  4. 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.

Thanks for the report! We will check and fix this as well.