Skip to content

Commit f04fcb6

Browse files
authored
Update url-adaptor.md
1 parent f9e0d13 commit f04fcb6

File tree

1 file changed

+1
-1
lines changed
  • ej2-asp-core-mvc/grid/EJ2_ASP.NETCORE/connecting-to-adaptors

1 file changed

+1
-1
lines changed

ej2-asp-core-mvc/grid/EJ2_ASP.NETCORE/connecting-to-adaptors/url-adaptor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ public object Post([FromBody] DataManagerRequest DataManagerRequest)
322322

323323
## Handling Filtering Operation
324324

325-
To handle filtering operation, configure your API endpoint to support filter criteria. Implement the filtering logic on the server-side using the `PerformFiltering` method from the `QueryableOperation` class. This allows the custom data source to undergo filtering based on the criteria specified in the incoming `DataManagerRequest` object
325+
To handle filtering operation, configure your API endpoint to support filter criteria. Implement the filtering logic on the server-side using the `PerformFiltering` method from the `QueryableOperation` class. This allows the custom data source to undergo filtering based on the criteria specified in the incoming `DataManagerRequest` object.
326326

327327
**Single column filtering**
328328
![Single column filtering](../images/adaptors/url-adaptors/url-adaptor-filtering.png)

0 commit comments

Comments
 (0)