DHTMLx accrodion height

hi,
We have an DHTMLx Accordion div within which we are using another div having 2 elements:

  1. link
  2. DHTMLx Grid
    the issue is the scroll bar in grid is not aligned vertically in same manner in all Accordion palettes. the spacing is uneven.
LOADING..
having complete data for Grid
.. ..

Grid occupies the whole cell if it is created by attachGrid method:

dhtmlxAccordion/samples/04_components/04_grid.html

If you use attachObject, grid will occupy the container where it is initialized - “tableObj0”. So, make sure that the container has desired sizes.

Try to set height to the grid container:

[code]

LOADING..
having complete data for Grid
[/code]

hi,
I tried the given option but its still not working. when debugged the same in IE Dev tool, it seems as is the div attached to accordion as:
dhxAccord.cells(id).attachObject(“obj0”);

is within the max height specified only the parent accordion object is creating that extra space under grid table.

kindly suggest.
Thanks

Hi,

please provide the complete demo to reproduce the problem