Enum FilterMode
Specifies the filtering mode of RadzenDataGrid<TItem>.
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public enum FilterModeFields
| Name | Description | 
|---|---|
| Advanced | The component displays a popup filtering UI and allows you to pick filtering operator and or filter by multiple values. | 
| CheckBoxList | The component displays a popup filtering UI and allows you to pick multiple values from list of all values. | 
| Simple | The component displays inline filtering UI and filters as you type. | 
| SimpleWithMenu | The component displays inline filtering UI and filters as you type combined with filter operator menu. |