Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Mdayıcan on Nov 13, 2008 07:00
open dhtmlx forum
SUBROW SUBGRID

SUB_ROW

I am using htmlxTreeGrid v.1.5 Professional edition.

I have a grid created like that GRID.setColTypes("sub_row,ro,ro,ro,");

I can't use Sub_row_grid cell type on the definition because sometimes I have to add html elements sometimes grid.

GRID.addRow(rowid, " div.innerHTML+",a1,a2,a3",rowsNum)

I can add html elements as a subrow and I can add a sub dtmlxgrid by adding that subGrid to div and passing divs.innerHTML.
but I can not modify anything on subgrid.

I have checked your example that you specify cell type in he XML file. but how on the fly ?
Answer posted by Support on Nov 13, 2008 07:41
>>. but how on the fly ?
Can be done as

GRID.addRow(rowid, "server_feed.php,a1,a2,a3",rowsNum);
GRID.setCellExcellType(rowid,0,"sub_row_grid");