Please provide information as to how to reduce the grids pagination height when attached to separate layout than that of the grid. As you see in the figure above there are 3 layout first one has the toolbar. 2nd attached with pagination for grid. 3rd layout has grid attached.
Actually the layout borders on both ends + the default minimum space that layout adds gets added up to pagination and looks huge ( stretched height wise). I wan to reduce the height.
attach Menu to the hole layout, not to the layout cell:
var menu = layout.attachMenu();
make menu type “2E”:
layout = new dhtmlXLayoutObject(document.body, “2E”,“dhx_blue”);
attach html string to first layout cell:
layout.cells(“a”).hideHeader();
layout._minHeight=“30”
layout.cells(“a”).setHeight(30);
layout.cells(“a”).attachHTMLString("");
attach grid paging to ‘pagingbar’ container:
grid.enablePaging(true,20,10, “pagingbar”);
Get a guaranteed answer from DHTMLX technical support team
under the most suitable support plan