enableAutoHeight and scrollbars

Hello,

i init a grid with

mygrid.enableAutoHeight(true, this.getWindowHeight()-20, true);

because the header should always be visible and on top. But if i init so, i’ve a vertical and horizontal scrollbar at right and bottom.
The grid container is init so:

<div id="mygrid" style="width:100%; height:100%;"></div>

If i init the grid only like this

mygrid.enableAutoHeight(true);

there 're no scrollbars.
Why this?

Sincerely, Carsten

Unfortunately we cannot reproduce this issue locally. Can you provide full code of sample?