Sunday, March 28, 2010

advanceddatagrid information on...

Hi,

I'm pretty new to flex and I'm trying the AdvancedDataGrid example that comes with the Adobe Flex Component Explorer.

The expandable items ''Arizona'', ''Nevada'', etc... have no ''Actual'' nor ''Estimate'' column data.

Is the a way to add data to these rows?

Also, how can I tell the AdvancedDataGrid to expand a certain node via AS3? Specifically, the root node.

Thank you.

advanceddatagrid information on...

For other's interest, I've found that you can have information in the collapsed columns thanks to an advanceddatagrid feature.

It's called summaryRow:

http://livedocs.adobe.com/flex/3/langref/mx/collections/SummaryRow.html

To expand a certain node level:

http://stackoverflow.com/questions/768812/flex-expand-advanceddatagrid-tree-colu mn-programatically

No comments:

Post a Comment