DHTMLX Touch Grid & Full Screen

Is there any way to make the grid expand to fill the full screen?

I currently do something like this to the container div:

<div id="gridbox" style="position:absolute;top:0;right:0;bottom:0;left:0;"></div>

This doesn’t work that well, as there is always an empty space down the right hand side of the grid.

Any ideas would be much appreciated. Thanks.

You can create a full screen layout and place grid in it

docs.dhtmlx.com/touch/doku.php?i … _an_iphone

Could you please give an example. I’ve tried calling the fullscreen method, but this doesn’t seem to do anything.

Check the attached sample

it forces fullscreen mode, creates fullscreen layout and set grid as content
01_init_grid_fullscreen.zip (534 Bytes)