Groups | Blog | Home
all groups > flash (macromedia) > january 2007 >

flash (macromedia) : Get the data out of a datagrid


kmingea
1/4/2007 11:01:18 PM
I would like to get the data that is in the datagrid. Not the index or the
columnName, but the actual data that is held in the cells.

Such as, the column ProjectName, contains a list of all the different project
names (projectA, projectB).

LMK

Thanks,

Ken M.:confused;
kmingea
1/8/2007 8:11:02 PM
I learned how to connect a datagrid to a xmlconnector, then

for (i=0; i < dtGrid1.length; i++) {
txtDisplay4.text = dtGrid1.getItemAt(2).ProjectName;
kmingea
1/8/2007 8:11:02 PM
I learned how to connect a datagrid to a xmlconnector, then

for (i=0; i < dtGrid1.length; i++) {
txtDisplay4.text = dtGrid1.getItemAt(2).ProjectName;
kmingea
1/8/2007 8:11:02 PM
I learned how to connect a datagrid to a xmlconnector, then

for (i=0; i < dtGrid1.length; i++) {
txtDisplay4.text = dtGrid1.getItemAt(2).ProjectName;
kmingea
1/8/2007 8:12:37 PM
I learned how to connect a datagrid to a xmlconnector, then

txtDisplay4.text = dtGrid1.getItemAt(2).ProjectName;
AddThis Social Bookmark Button