Skip to content

Commit 532a463

Browse files
committed
chore(gantt, treelist): update filter row docs for disabled clear button
1 parent 5e0e30b commit 532a463

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

components/gantt/gantt-tree/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 Gantt Chart is a row of filter that renders below
1414

1515
To enable the filter row set the `FilterMode` property of the Gantt Chart to `Telerik.Blazor.GanttFilterMode.FilterRow`.
1616

17-
The Gantt Chart will render a row below the column headers in the Gantt Tree 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 Gantt Chart will render a row below the column headers in the Gantt Tree 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 Gantt
2220

components/treelist/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 treelist]({%slug treelist-filtering%}) is a row
1414

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

17-
The treelist 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 treelist 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 TreeList
2220

0 commit comments

Comments
 (0)