Skip to content

Commit b1bd035

Browse files
committed
chore(grid): update filter row documentation about disabled clear filter
1 parent d060e6e commit b1bd035

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

components/grid/filter/filter-row.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ One of the [filter modes of the grid]({%slug components/grid/filtering%}) is a r
1414

1515
To enable the filter row set the `FilterMode` property of the grid to `Telerik.Blazor.GridFilterMode.FilterRow`.
1616

17-
The grid will render a row below the column headers with UI that you can use to fill in the filter criteria. You can type in the input to execute the default operator as you type, or click a button to choose a different filter operator (like "contains", "greater than" and so on). Filters are applied as the user types in the inputs.
18-
19-
Once a filter is a applied to a column, a button will appear that lets you clear that filter.
17+
The grid will render a row below the column headers with UI that you can use to fill in the filter criteria. You can type in the input to execute the default operator as you type, or click a button to choose a different filter operator (like "contains", "greater than" and so on). Filters are applied as the user types in the inputs. Once you enter a filter criteria, the clear button will be enabled to allow you to reset the filter state.
2018

2119
>caption Filter Row in Telerik Grid
2220

0 commit comments

Comments
 (0)