You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: knowledge-base/grid-convert-descriptors-to-sql.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ ticketid: 1666625, 1653361
25
25
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.
26
26
27
27
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?
29
29
- Is there a way to parse Grid filter and sort descriptors into SQL queries?
30
30
- Can I use [`DataSourceRequest`]({%slug common-features-data-binding-onread%}#event-argument) to generate SQL query statements for filtering and sorting?
0 commit comments