radzenhq / radzen-blazor

Radzen Blazor is a set of 90+ free native Blazor UI components packed with DataGrid, Scheduler, Charts and robust theming including Material design and FluentUI.

Home Page:https://www.radzen.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DataGrid Advanced Filter Mode demo does not work

InsanePup opened this issue · comments

Describe the bug
The DataGrid Advanced Filter Mode demo shows how to select filter values from a pre-populated dropdown ("Job Title" column). Selecting any of these and clicking "Apply" does not change the grid contents,

To Reproduce
Run the demo and attempt to filter the grid using the Job Title column filter.

Expected behavior
The grid should be filtered to show only the selected filter value(s).

Desktop (please complete the following information):
OS: Windows 11
Browser: Chrome version 123.0.6312.106 (Official Build) (64-bit)

I was using FilterOperator="FilterOperator.Equals" which does not work. FilterOperator="FilterOperator.Contains" appears to work but is not syntactically logical.