Thread
:
Am I missing something here?
View Single Post
#
4
(
permalink
)
07-09-2008, 01:20 AM
Joey-ATL
Posts: n/a
Diggs:
Re: Am I missing something here?
I found a workaround, but still wondering what was my problem above?
Here is how i am doing it now.
[Q]var ac:ArrayCollection = dg.dataProvider as ArrayCollection;
Alert.show( ac.getItemAt(rownumber)[field] );[/Q]
Joey-ATL