Hi I have an advanceddatagrid in which i am displaying my data in the Tree format. I needed the checkbox to be given for each nodes so that user can go and select it. So i used the 3-State checkbox (got from one site in which they have return custom renderer which extends AdvancedDataGridGroupItemRenderer). Now i got the checkbox evreything working. But i dont know how to get the selected node's value so that i can add it to another arraycollection.
For an example books |-- book1 |-- book2. When the checkbox is checked for "book1" node i would like to get the data "book1" and add it to another arraycollection then display in another datagrid which displays the list of selected items. Please let me know how can i retrieve this data. I am new to flex and dont have much knowledge on all these concepts. -- View this message in context: http://www.nabble.com/Accessing-the-node-data-from-AdvancedDataGrid-Tree-tp20984839p20984839.html Sent from the FlexCoders mailing list archive at Nabble.com.

