HomePhp How to expand all details records when master page is loaded bydownload Template Full -3:37 AM 0 Comments 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