Topic: Foreign Key Drop-Down Box in Grid When Using SQL Query
Hello,
When using the program's "built-in" dialogs to populate the grid component with data, we get drop-down boxes for each cell where foreign keys are present, allowing us to select values from related tables when creating or editing records.
However, when I populate the grid using an SQL query, these drop-down boxes do not appear.
Is there a way to replicate this behavior when using the SQL Query approach?
Thank you for your time!