When I click “>” all I get is loading… with no errors.
Clicking the top view selected row works ok.
Example ->http://algoodspeeders.org/alpr/OPENRoad/index.php
Thanks
4 Answers
It’s because either the detail grid url is invalid or blocked somehow.
It is controlled by following param in main grid:
$opt[“subGrid”] = true;
$opt[“subgridurl”] = “subgrid_detail.php”;
See this:
Your Answer