Hi,
Is it possible to add grid in a cell of another grid?
Here is my code,
mygrid.cells(i, j).cell.innerHTML="
";
subgrid = new dhtmlXGridObject(‘sub_grid’);
…
subgrid.init();
Will the subgrid shown in cell(i, j)?
Thanks!
subgrid = new dhtmlXGridObject(‘sub_grid’);
…
subgrid.init();
Will the subgrid shown in cell(i, j)?
Thanks!