| Sample: dhtmlxGrid | Subrow excell | dhtmlxGrid main page |
There ia an possibility to set subrows using "sub_row" excell. Try to click plus sign.
<script></script>mygrid = new dhtmlXGridObject('gridbox'); mygrid.setImagePath("../../codebase/imgs/"); mygrid.setHeader("A,Book,Author,Price,In Store,Shipping,Bestseller,Date"); ... mygrid.setColTypes("sub_row,edtxt,ed,price,ch,co,ra,ro"); mygrid.init(); mygrid.loadXML("grid.xml");
| © DHTMLX LTD. All rights reserved |