Hi team,
How do I use the ‘custom’ filter option in advanced filter?
It works in conjunction with CustomFilterExpression property - check our demos for reference.
Got it,
Is there a parameter to hide this from datagrid advanced filter?
Yes — use the FilterOperators parameter on RadzenDataGridColumn. It accepts an IEnumerable that lets you define exactly which operators appear in the dropdown.
Yes, but we have advanced filter in our whole app about approx 100+ pages.
Usually when you want to customize a component used widely in your application you inherit the component and apply the customization you need.
UPDATE: We’ve decided to exclude FilterOperator.Custom from the default filter operators list in the UI, since it's a code-only feature that has no effect when selected by a user through the dropdown.
Thank you for the update @enchev ![]()