This code assumes that you have defined master-details relationship with "Show details inline" option.
The following code needs to be added to the List page: Javascript onload event of master table:


$("[id*='preview']").click();

Post a Comment