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
Plase check if every grid has own container with unique ID and each row in the grids has unique ID.
grid-containerID and rowID’s are with unique ID’s
You can try to call
grid.setSizes()
after switching grid to visible state, because it can’t set sizes correctly while in hidden state.
that has no effect. The functions … addRow, deleteRow … are working - but further i can’t see the rows.
code snipplet