Hi, it seems in treegrid example, that it’s possible to have only 1 parent row and all others must reported to.
It’s possible to have more than one parent row?
Furthermore, I need a column hierarchical checkboxes handling but treegrid documentations/examples are very poor.
Can you tell more about treegrid with checkboxes?
Thank you very much.
1 Answers
Hello,
1) More than one parent row is not doable in this version.
2) If you mean to show checkboxes as a data of each row, then you can format that specific column to be displayed as checkbox.
Demo: https://www.gridphp.com/demo/demos/misc/example-all.php (refer ‘closed’ column name)
Code: https://www.gridphp.com/demo/demos/misc/example-all.phps (line 118)
Your Answer