Given a grid, GridFilterMode.Row, with 3 columns (First Name, Surname, Nick Name) with 100 rows.
Given I have filtered the Surname column and now the grid is displaying 10 rows based on the applied filter on the Surname column.
If type one or more letters in the "First Name" field filter it will suggest all corresponding values to the dataSource even the ones that are not being displayed in the grid due to the applied filter in the column Surname.
Is there any way to suggest only values in the "view()" data (only values displayed in the grid)?
I haven't found any additional information on the documentation.
Any help is welcome.
Example:
- No filters have been applied so far:
- Applying a filter to the "Freight" column to values bigger than "890.00":
- Grid has now 2 rows based on the Freight filter. The user has typed on the "Ship Name" filter column and the grid has suggested all possible names that match with it instead suggest only based on the 2 available rows (QUICK-Stop | Queen Cozinha)