Hi,
I'm trying to create a Dropdown in detail grid depending on what you select on master grid.
So, in master I've putted $grid["subgridparams"] so in detail grid I'm able to receive the parameters through $_GET, but when I'm try to execute the $g->get_dropdown_values( a dynamic select ) those parameters are null.
It's weird (for me) because same parameters are working in $g->select_command
How can I make this working?
Thanks in advance!
Your Answer