In a grid I want to select a customer by its name from a foreign table but in the field I want to use the CustomerID. How can I achieve this? The dropdown selection is already working: $str = $g->get_dropdown_values(“select pk as k, Kundenname as v from Kunden”)
1 Answers
Hello,
If not already solved, You can check this demo code 56-75:
https://www.gridphp.com/demo/demos/search/filter-row.phps
Demo: https://www.gridphp.com/demo/demos/search/filter-row.php
Your Answer