Skip to content

Commit 1828752

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

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
@@ -25,7 +25,7 @@ ticketid: 1666625, 1653361
2525
When using the Grid [`OnRead` event]({%slug grid-events%}#read-event) to execute SQL queries, I need to convert the Grid's filter and sort descriptors into SQL query statements. This way I can create SQL clauses for filtering and ordering items directly through SQL.
2626

2727
This KB article also answers the following questions:
28-
- How can I convert Grid filters and sorters to SQL WHERE and ORDER BY clauses?
28+
- How can I convert Grid filters and sorters to SQL `WHERE` and `ORDER BY` clauses?
2929
- Is there a way to parse Grid filter and sort descriptors into SQL queries?
3030
- Can I use [`DataSourceRequest`]({%slug common-features-data-binding-onread%}#event-argument) to generate SQL query statements for filtering and sorting?
3131

0 commit comments

Comments
 (0)