Multiple Grids linked to grid [PROBLEM]

Hello �



Please describe what problem has multiple grid linked to grid.


Hello: I have two grids linked to a grid.

var subgridTerceros = new dhtmlXGridObject(‘terceros_sub’);

var subgridBarcos = new dhtmlXGridObject(‘barcos_sub’);

var gridEntrada = new dhtmlXGridObject(‘entradas’);

gridEntrada.setColTypes("coro,grid,grid,coro,cor …


and





The grids are loading with xml and i have two problems:

1. The subgrids don’t show near their cell. Show in other position.
2. Data of the first subgrid show in label of the second cell (type grid)

Hello: I have two grids linked to a grid.

var subgridTerceros = new dhtmlXGridObject(‘terceros_sub’);

var subgridBarcos = new dhtmlXGridObject(‘barcos_sub’);

var gridEntrada = new dhtmlXGridObject(‘entradas’);

gridEntrada.setColTypes("coro,grid,grid,coro,cor …


and





The grids are loading with xml and i have two problems:

1. The subgrids don’t show near their cell. Show in other position.
2. Data of the first subgrid show in label of the second cell (type grid)

We can’t reproduce this isse locally. Please contact support@dhtmlx.com and provide sample where we can reproduce this issue incluing files which you are using to init grid. What version of dhtmlxGrid do you use?