Skip to content

Commit db32022

Browse files
Update knowledge-base/grid-convert-descriptors-to-sql.md
Co-authored-by: Iva Stefanova Koevska-Atanasova <[email protected]>
1 parent f089791 commit db32022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

knowledge-base/grid-convert-descriptors-to-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This KB article also answers the following questions:
3131

3232
## Solution
3333

34-
To convert the Grid's filter and sort descriptors into SQL query statements, you need to manually construct the SQL query within the `OnRead` event handler by utilizing the `args.Request.Filters` and `args.Request.Sorts` objects. Although Telerik UI for Blazor does not provide a direct method to extract the SQL query from the `DataSourceRequest`, a manual approach can be adopted.
34+
To convert the Grid's filter and sort descriptors into SQL query statements, you need to manually construct the SQL query within the `OnRead` event handler by utilizing the `args.Request.Filters` and `args.Request.Sorts` objects. Although Telerik UI for Blazor does not provide a direct method to extract the SQL query from the `DataSourceRequest`, you can achieve this manually.
3535

3636
The following steps outline how to achieve this:
3737

0 commit comments

Comments
 (0)