View Single Post
  #4 (permalink)  
Old 07-09-2008, 01:20 AM
Joey-ATL
 
Posts: n/a
Diggs:
Default 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]

Reply With Quote