Skip to content

Commit 06abbed

Browse files
docs(common): Skip repl in descriptors article (#2494)
1 parent 60ad78d commit 06abbed

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

common-features/data-binding/descriptors.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ You can obtain the applied filtering, searching, sorting, and grouping criteria
2929

3030
Use the [`Request` property]({%slug common-features-data-binding-onread%}#event-argument) of the [`OnRead` event argument object](/blazor-ui/api/Telerik.Blazor.Components.ReadEventArgs):
3131

32-
````CS
32+
<div class="skip-repl"></div>
33+
34+
````HTML
3335
async Task OnReadHandler(...ReadEventArgs args)
3436
{
3537
// Get the applied filtering and searching criteria.
@@ -53,7 +55,9 @@ See the [complete example](#example-with-onread-event-handler) at the bottom of
5355

5456
Use the component's state property of the `OnStateChanged` event argument. This approach applies to the Gantt, Grid, and TreeList because they expose the state feature. For example:
5557

56-
````CS
58+
<div class="skip-repl"></div>
59+
60+
````HTML
5761
async Task OnStateChangedHandler(GridStateEventArgs<Product> args)
5862
{
5963
// Get the applied filtering criteria.

0 commit comments

Comments
 (0)