Hi I'm using an advanced datagrid to display xml data in a tree. I want some node types to be expandable and other node types not expandable.
For the tree control I just extend the defaultDataDescriptor class. Is there a similar method for the AdvancedDataGrid? I am using the hierachicalData class and in there you can only set 1 value for the children property so I can't list the node types I want expandable. Thanks -- Giles Roadnight http://giles.roadnight.name

