We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efa5736 commit ae7ed26Copy full SHA for ae7ed26
common-features/data-binding/descriptors.md
@@ -32,7 +32,7 @@ Use the [`Request` property]({%slug common-features-data-binding-onread%}#event-
32
````CS
33
async Task OnReadHandler(...ReadEventArgs args)
34
{
35
- // Get the applied filtering and searching criteria
+ // Get the applied filtering and searching criteria.
36
// args.Request.Filters
37
38
// Get the applied grouping criteria, including:
0 commit comments