dhtmlxAccordion is compatible with the following dhtmlx Components + a simple status bar:
To attach one of the stated components to an accordion pane, you should:
var grid = dhxAccord.cells("a1").attachGrid();
Please note, if you want to attach dhtmlxGrid with the activated paging mode to the dhtmlxAccordion cell you should use the attachObject() method to attach container with grid and paging area:
dhxAccordion.cells("a").attachObject("paging_container");