Flex: Expand AdvancedDataGrid Tree Column programmatically

CodeMonkey picture CodeMonkey · Apr 20, 2009 · Viewed 19.1k times · Source

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.

Answer

Eric Belair picture Eric Belair · Apr 20, 2009