Rico Accordion & Grid

Base Library:

Overview
This example illustrates how to include LiveGrids in an Accordion.

One key is the following grid options:
windowResize : false, /* don't resize grids if window is resized */
visibleRows  : -4,    /* size grid to parent element */
combined with the following css:
.panelContent {
  height: 200px; /* allow grids to size during initialization */
}
Grid 1

 

Grid 2

 

Grid 3