Categories | Question details Back To List | ||
Multiple Grids linked to grid [PROBLEM] Hello ¡ Answer posted by dhxSupport on Apr 14, 2009 01:46 Please describe what problem has multiple grid linked to grid. Answer posted on Apr 14, 2009 01:53 Answer posted by sorry on Apr 14, 2009 01:56 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 <div id="entradas" width="978px" height="574px" style="background-color:white;"></div> <div id="terceros_sub" width="350px" height="150px" style="background-color:white;"></div> <div id="barcos_sub" width="280px" height="150px" style="background-color:white;"></div> 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) Answer posted by sorry on Apr 14, 2009 02:09 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 <div id="entradas" width="978px" height="574px" style="background-color:white;"></div> <div id="terceros_sub" width="350px" height="150px" style="background-color:white;"></div> <div id="barcos_sub" width="280px" height="150px" style="background-color:white;"></div> 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) Answer posted by dhxSupport on Apr 14, 2009 03:14 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? |