Example of Search in React Grid Component

/
/
Searching

This sample demonstrates the Grid searching feature. In this sample, use the search box from toolbar to search Grid records.

More Details...

Loading....
Description

The searching feature enables the user to view the reduced amount of records based on search criteria. It can be enabled by setting allowSearching property as true.

Grid component features are segregated into individual feature-wise modules. To use searching feature, we need to inject Search module into the services

More information on the searching feature configuration can be found in this documentation section.