This topic is locked

How to expand all details records when master page is loaded

7/21/2014 4:43:11 PM
PHPRunner Tips and Tricks
Sergey Kornilov admin

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();