LOADING
Loading
Hi , welcome back.
LogoutLOGOUT
 
  Lost password?  
Hi
 




 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 06-30-2009, 02:46 AM
FlashMove's Avatar
FlashMove FlashMove is offline

FlashMove Master
 
Join Date: Jan 2000
Location: Singapore
Posts: 4,597
Rep Power: 10
FlashMove is on a distinguished road
Sorry for the late reply, i believe you should use an array to store the results.
Actionscript:
var results = new Array();
for (var i = 0; i < datagrid.length; i++) {
	results.push(datagrid.getItemAt(i).data);
}
trace(results);
__________________
Actionscript tag . Donate Here . Testimonial . Join Flash Chat UserGroup . Twitter . Facebook
Reply With Quote
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
List component dataProvider for datagrid gylippus Actionscript 1 Components 3 03-10-2009 02:16 AM
List Component Output to Array (Flash 8) gylippus Newbies 4 01-31-2009 12:40 PM
Getting the nodename in a tree component as output? Jakobben Actionscript 2.0 0 10-14-2008 06:22 AM
linking listbox to datagrid component madhava Actionscript 2.0 Components 4 12-14-2004 11:32 AM
Datagrid Component bacro Flash Components v0 2 03-14-2004 09:49 AM




All times are GMT. The time now is 01:46 AM.