Skip to content

Commit 5308b44

Browse files
Update common-features/data-binding/descriptors.md
Co-authored-by: Dimo Dimov <[email protected]>
1 parent 7a4d238 commit 5308b44

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

common-features/data-binding/descriptors.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ position: 10
1212
## Components with Descriptors
1313

1414
This article explains how to retrieve the applied filtering, searching, sorting, and grouping criteria in Blazor components. The article applies to components that support these features. The components that offer one or all of the functionalities are:
15-
* The [Filter]({%slug filter-overview%})
16-
* The [Gantt]({%slug gantt-overview%})
17-
* The [TreeList]({%slug treelist-overview%})
18-
* All components that [expose the `OnRead` event]({%slug common-features-data-binding-onread%}#components-with-onread-event), excluding the [ListView]({%slug listview-overview%}), because the ListView doesn't support built-in filtering, searching, sorting, and grouping.
15+
16+
* [Components that [expose an `OnRead` event]({%slug common-features-data-binding-onread%}#components-with-onread-event), excluding the [ListView]({%slug listview-overview%}), because the ListView doesn't support built-in filtering, searching, sorting, and grouping.
17+
* [Filter]({%slug filter-overview%})
18+
* [Gantt]({%slug gantt-overview%})
19+
* [TreeList]({%slug treelist-overview%})
1920

2021
## Obtain Filtering, Searching, Sorting, Grouping criteria
2122

0 commit comments

Comments
 (0)