Categories | Question details Back To List | ||
Can create Subgrid Type more than one column I try to create subgrid column with XML file. It's OK if only one column like ... <cell>HCT01</cell> <cell type="sub_row_grid">subFunction.xml</cell> <cell>1234</cell> ... And I create Subgrid column more like this ... <cell>HCT01</cell> <cell type="sub_row_grid">subFunction.xml</cell> <cell type="sub_row_grid">subFunction2.xml</cell> <cell>1234</cell> ... Both Subgrid show data from subFunction2.xml not show from subFunction.xml Why? Answer posted by dhxSupport on May 05, 2009 06:03 Unfortunately dhtmlxGrid doesn't support more than one sub_row_grid column |