This sample demonstrates the Grid's default filtering feature. Type a value in the filterbar and press enter to filter a particular column.
Enable Filterbar Operator
|
|
The filtering feature enables the user to view a reduced amount of records based on filter criteria. It can be enabled
by setting the allowFiltering
property to true. A filter bar row will be rendered next to header which allows users to filter
data by entering text within its cells.
The Filterbar uses two modes which specifies how to start filtering. They are,
Onenter
- Enabled by default, filter will be initiated when the Enter
key is pressed.Immediate
- Filter will start after user finishes typing. There will be a time delay of 1500ms to initiate
filter after the user stops typing. It can be overridden using the filterSettings->immediateModeDelay
property.
In this demo, you can type the text in the filter bar cells to filter.
Additionally, the records can also be filtered based on the selected filterbar operator. It can be enabled by setting
filterSettings->showFilterBarOperator
property to true.
In this demo,
For example, when the Like search operator is used:
For example when the Wildcard search operator is used: