Hi:
I have a dhtmlxWindows with attachGrid and attachToolbar, but this toolbar always is above grid.
Why? I want to have a grid and after toolbar.
Help!
Rachel Santamaría
Hi:
I have a dhtmlxWindows with attachGrid and attachToolbar, but this toolbar always is above grid.
Why? I want to have a grid and after toolbar.
Help!
Rachel Santamaría
Hi,
Why?
this is how the attachToolbar method is designed. And with behavior can not be changed.
You may try to place the the toolbar into the status. The solution is given here:
docs.dhtmlx.com/doku.php?id=dhtm … _to_status
Or you may try to chose another layout pattern - with additional cell below this cell with grid, and place the toolbar into this cell.