Hi flexcoders,

I try to implement copy/paste in the AdvancedDatagrid with
hierarchical data.
When dataprovider is an ArrayCollection, the sample code of the doc is
working well
(http://livedocs.adobe.com/labs/flex3/html/advdatagrid_05.html)

The SelectedCells property returns rowIndex and columnIndex.
If dataprovider is and ArrayCollection, it is possible to find the
content of the selected cell using dataprovider[rowIndex].

But, in case of hierarchical data (dataprovider is
HierarchicalDataCollectionView) this is not valid.

I am trying to find a method on AdvancedDataGrid that returns the
content of the cell when you provide the position (from
SelectedCells), but i did not find anything...

I'd appreciate if someone could help me.

Regards,

Regards,

Eric

Reply via email to