Check documentation for the latest version of dhtmlxSuite Integration with Container Components DHTMLX Docs

Integration with Container Components

It's highly recommended to attach dhtmlxGrid to container components (Layout, Accordion, Tabbar, Windows) in the following way:

myGrid = dhxContainerComponent.cell(id).attachGrid();

It's necessary for correct resizing of Grid in relation to the container.

Related sample is here:

Related sample:  Integration with dhtmlxGrid

Back to top