Skip to content

Commit 07f2ae7

Browse files
992668: Updated the UG content and samples for Adaptors in Blazor DataGrid
1 parent 479030e commit 07f2ae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blazor/datagrid/connecting-to-adaptors/web-api-adaptor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ When you run the application, the Blazor Grid will display data fetched from th
277277

278278
![WebMethod Adaptor Data](../images/blazor-datagrid-adaptors.gif)
279279

280-
## Perform data operations in a WebApiAdaptor
280+
## Perform data operations in WebApiAdaptor
281281

282282
When the [WebApiAdaptor](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Adaptors.html#Syncfusion_Blazor_Adaptors_WebApiAdaptor) is used with [SfDataManager](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Data.SfDataManager.html), data operations such as **filtering**, **sorting**, **paging**, and **searching** are executed on the server. These operations are sent as query string parameters in the **HTTP** request and can be accessed in the API controller through `Request.Query`.
283283

0 commit comments

Comments
 (0)