Skip to content

Commit d3b7daa

Browse files
999170: resolved image errors
1 parent 7071f60 commit d3b7daa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

blazor/treegrid/graphql.md

Lines changed: 5 additions & 5 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.gif)
11591159

11601160
{% tabs %}
11611161
{% highlight razor tabtitle="Home.razor" %}
@@ -1637,7 +1637,7 @@ 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)
16411641

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

21462146
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.
21472147

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

21502150
{% tabs %}
21512151
{% highlight razor tabtitle="Home.razor" %}
@@ -2576,7 +2576,7 @@ When paging is applied, the DataManager sends the **Skip** and **Take** values t
25762576

25772577
On the server side, the data is sliced based on the **Skip** and **Take** values, and the total record count is returned to enable proper pagination in the TreeGrid.
25782578

2579-
![GraphQLAdaptor - Paging](../images/treegrid-graphql-paging.gif)
2579+
![GraphQLAdaptor - Paging](./images/treegrid-graphql-paging.gif)
25802580

25812581
{% tabs %}
25822582
{% highlight razor tabtitle="Home.razor" %}
@@ -3790,6 +3790,6 @@ namespace GraphQLServer.GraphQL
37903790
{% endhighlight %}
37913791
{% endtabs %}
37923792

3793-
![Crud Operation](../images/treegrid-graphql-CRUD.gif)
3793+
![Crud Operation](./images/treegrid-graphql-CRUD.gif)
37943794

37953795
You can get the entire code in the [github](https://github.com/SyncfusionExamples/Binding-data-from-remote-service-to-blazor-data-grid/tree/master/GraphQLAdaptor) sample.

0 commit comments

Comments
 (0)