Categories | Question details Back To List | ||
many grids in one site hi by using 3 grids at same position in a html-site (shown by a tab-javascript with 'block' and 'none' ) the rows are not displayed; Modifiying the grid works (adding, saving) and when just one grid is addet to the html-site the rows are visible. What is the reason for this - the row Id's are numeric incremented, maybe every grid needs a own id like grid1_row1. Mario Answer posted by dhxSupport on Dec 02, 2009 03:12 Plase check if every grid has own container with unique ID and each row in the grids has unique ID. Answer posted by Mario on Dec 02, 2009 07:42 grid-containerID and rowID's are with unique ID's Answer posted by Stanislav (support) on Dec 02, 2009 09:37 You can try to call grid.setSizes() after switching grid to visible state, because it can't set sizes correctly while in hidden state. Answer posted by Mario on Dec 03, 2009 00:16 that has no effect. The functions .. addRow, deleteRow .. are working - but further i can't see the rows. code snipplet <ul id="tabmenu"> <!-- grid1, grid2, grid3 --> <div id="list-a" style="z-index:1; display: block;"> var grid1 = new dhtmlXGridObject("mod_grid_grid1"); gridQString = 'index.php?mime=xml&mod=configuration&pi=blk_collect&menu=2&block=6&id=1000002/10000/1000/800667788031&gridtab=1&total=1'; } else if (value=='b') ....
|