Categories | Question details Back To List | ||
Can a specific row (not header) span multiple columns? Can I, via JavaScript (as opposed to XML) have a specific row that spans multiple columns. This is not about a header that can be across multiple columns as seen on your home page, but say, row 2, row 10, etc. Thanks for your time. James Answer posted by dhxSupport on Jun 11, 2009 01:27 You can do that using setRowspan() and setColspan() methods. Please check example here http://dhtmlx.com/docs/products/dhtmlxGrid/samples/rows_columns_manipulations/pro_colspan.html http://dhtmlx.com/docs/products/dhtmlxGrid/samples/rows_columns_manipulations/pro_rowspan.html |