TreeGrid lines



Add new row
Add new row at position
Add new row at child of node at position
Add new row as child of selected
 
Delete row at position
Delete selected rows

Index of selected
Expand all
Collapse all
<div id="gridbox" width="100%" height="250px" style="background-color:white;overflow:hidden"></div> <script> mygrid = new dhtmlXGridObject('gridbox'); mygrid.selMultiRows = true; mygrid.imgURL = "../imgs/"; //enable tree lines //mygrid.enableTreeGridLines(); mygrid.init(); mygrid.loadXML("treegrid.xml"); </script>