Enum FilterMode
- Namespace
- Radzen
- Assembly
- Radzen.Blazor.dll
Specifies the filtering mode of RadzenDataGrid<TItem>.
public enum FilterMode
- Extension Methods
Fields
Advanced = 2
The component displays a popup filtering UI and allows you to pick filtering operator and or filter by multiple values.
CheckBoxList = 3
The component displays a popup filtering UI and allows you to pick multiple values from list of all values.
Simple = 0
The component displays inline filtering UI and filters as you type.
SimpleWithMenu = 1
The component displays inline filtering UI and filters as you type combined with filter operator menu.