Categories | Question details Back To List | ||
dhmtlxgrid with grid eXcell editor Do you have any XML example you can give me of a grid with a grid editor in one column? The grid I need to create will only have two columns and one of them will have a small 3 row/1 column grid in it. Thanks! Answer posted by dhxSupport on May 14, 2009 08:39 >>Do you have any XML example you can give me of a grid with a grid editor in one column? Do you want to ingergrate dhtmlxGrid with dhtmlxEditor? Unfortunately we havent such example. But you can implement custom eXcell type with complex editor. Please see more information here http://dhtmlx.com/docs/products/dhtmlxGrid/doc/articles/Custom_excell_creation.html#grid_cexc >>The grid I need to create will only have two columns and one of them will have a small 3 row/1 column grid in it. Unfortunaley there is no way to put one grid inside another. You can use dhtmlxGrid linked to the another dhtmlxGrid as editor. You can find sample here http://dhtmlx.com/docs/products/dhtmlxGrid/samples/interaction_other_components/pro_linked_grid.html (pro version) Also you can merge cells to make necessary manipulations with grid. 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 |