Grid not loading inside tabbar

See attached demo. The grid is not loading under the tab. Please advise.
grid_in_tab_demo.zip (450 KB)

Hello
You need to set dimensions to the tabbar div and body correctly.
I.e. the next code works:

[code]

html,body { width: 100%; height: 100%; margin: 0; }
[/code] Plus you don't need to use separate files if you use compiled dhtmlx.js and .css

The modified html you gave is also not working. I do not see grid inside tab. I am working on Win 7, and I tried to run html on IE 9, Google Chrome, and Firefox. I also tried it on another Win 7 machine, and got same result.
Please advise.

Sorry, missed

myGrid2.init();

after
myGrid2.setHeader(“Item”);

It worked this time, thank you.

You are welcome!