I have a layout which contains toolbar and grid in split mode. Whithout toolbar no problem occurs and all works nice, but if I add toolbar then bottom horisontal scroll bar of grid becomes invisible because of toolbar height offset. I use 2.5 pro version. My code is:
var descrToolbar = descrLayout.cells(“a”).attachToolbar();
…
var descrGrid = descrLayout.cells(“a”).attachGrid();
descrGrid.init();
descrGrid.splitAt(1);
descrGrid.loadXML(“descr.php?nodeId=” + currentCatalogId);