
Welcome Guest
|
#2
|
||||
|
||||
|
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);
__________________
Twitter . |
«
Previous Thread
|
Next Thread
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
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 |



Twitter

