PDA

View Full Version : Semi-collapsible AdvancedDataGrid


fu-meng
09-15-2009, 02:51 PM
Hi,

I have an AdvancedDataGrid. When you expand a row, a horizontal list of charts
displays. The row is about 200px tall.

When you collapse the row, I don't want it to collapse all the way. Instead, I'd
like to collapse it to about 50px tall and render a much smaller version of the
chart ( a thumbnail ).

Is this possible? Do I have to override the displayItemsExpanded() method? Or,
can I have some rows not be groups?

Any tips are very much appreciated.

Thank you.