Flex: Expand AdvancedDataGrid Tree Column programmatically

advanceddatagridapache-flextree

Does anyone know how to programmatically expand the nodes of an AdvancedDataGrid tree column in Flex? If I was using a tree I would use something like this:

dataGrid.expandItem(treeNodeObject, true);

But I don't seem to have access to this property in the AdvancedDataGrid.

Best Answer

Related Topic