Skip to content

Commit 8a56ae8

Browse files
Merge branch '999170-update' of https://github.com/syncfusion-content/blazor-docs into 999170-update
2 parents e29dabb + e10a7b9 commit 8a56ae8

File tree

7 files changed

+4
-3
lines changed

7 files changed

+4
-3
lines changed

blazor/treegrid/graphql.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1155,7 +1155,7 @@ To handle search operations in the Syncfusion<sup style="font-size:70%">&reg;</s
11551155

11561156
When a search is performed in the TreeGrid, the DataManager sends the search parameters to the server, which include the search keyword and the list of fields to search against. The server then processes these parameters and filters the data accordingly.
11571157

1158-
![GraphqlAdaptor - Searching](./images/treegrid-graphql-searching.gif)
1158+
![GraphqlAdaptor - Searching](./images/treegrid-graphql-searching.png)
11591159

11601160
{% tabs %}
11611161
{% highlight razor tabtitle="Home.razor" %}
@@ -1637,7 +1637,8 @@ When a filter is applied in the TreeGrid, the DataManager sends the filtering cr
16371637

16381638
On the server, these parameters are parsed and used to filter the data source accordingly before returning the results to the TreeGrid.
16391639

1640-
![GraphqlAdaptor - Filtering](./images/treegrid-graphql-filtering.gif)
1640+
![GraphqlAdaptor - Filtering](../images/treegrid-graphql-filtering.gif)
1641+
![GraphqlAdaptor - Filtering](./images/treegrid-graphql-filtering.png)
16411642

16421643
{% tabs %}
16431644
{% highlight razor tabtitle="Home.razor" %}
@@ -2145,7 +2146,7 @@ To handle sorting operations in the Syncfusion<sup style="font-size:70%">&reg;</
21452146

21462147
When a sort action is triggered in the TreeGrid, the DataManager sends the sorting configuration in the `Sorted` property. This includes the field name to sort and the direction (Ascending or Descending). The server processes this parameter and sorts the data accordingly before returning it to the TreeGrid.
21472148

2148-
![GraphqlAdaptor - Sorting](./images/treegrid-graphql-sorting.gif)
2149+
![GraphqlAdaptor - Sorting](./images/treegrid-graphql-sorting.png)
21492150

21502151
{% tabs %}
21512152
{% highlight razor tabtitle="Home.razor" %}
-470 KB
Binary file not shown.
85.5 KB
Loading
-622 KB
Binary file not shown.
81 KB
Loading
-622 KB
Binary file not shown.
141 KB
Loading

0 commit comments

Comments
 (0)