Hello everyone, questions:
- how to make subgrid disclosure icons like here https://www.gridphp.com/docs/subgrid/ in the first screenshot?
- How can I make the nested grid immediately break away for the newly created post?
Thanks for the answer
1 Answers
Hello,
To get + / – icons for subgrid, edit lib/inc/jqgrid_dist.php and comment out following code lines.
// new icons for subgrid // $grid["subGridOptions"]["plusicon"] = "ui-icon-carat-1-e"; // $grid["subGridOptions"]["minusicon"] = "ui-icon-carat-1-s"; // $grid["subGridOptions"]["openicon"] = "";
To open subgrid after adding record, I invested some time on it but it’s currently not supported.
Is there another way? even if I add a space in this file, I get the error ,,,/jsmin.php:128:
Your Answer