Hi,
I managed to implement the automatic row loading of sub grids when clicking on the row of the Master Grid.
I am now trying to make the first row of the Master Grid to be selected when loading the webpage – hoping to get the sub grids loaded with the relevant data.
Unfortunately, it does not work as expected.
The first row of the Master Grid gets loaded, but the Sub Grid does not report any data.
If I manually refresh of Sub Grid (via the Sub Grid toolbar), the correct data then get loaded.
I have checked Firebug and it looks like the Master ID does not get to the sub grid level on the web page get loaded…
I try to follow instructions on the following post:
https://phpgrid.desk.com/customer/portal/questions/11624713-select-first-row-in-master-on-load
Here is my current code:
http://pastebin.com/YimJsCrb
Thanks.