eimclark
10-30-2007, 12:43 PM
Hi,
The intention of my application is to allow the user to select multiple rows from a dataGrid and pass the information of only those selected rows to a server. The dataGrid is populated by a dynamic XML file at runtime an I have this portion working.
The user will have to use CTRL +click to multiple select rows from the dataGrid component. Once the submit button is clicked, the information from the items the user selected in the dataGrid (i.e. the new array) will be passed to a server using the send option to build and pass to the URL.
How can I build this one dimentional array featuring all the values in only one column of the dataGrid for only the selected rows?
I'm really new to AS 3.0, but the answer to this I think will set me up nicely for my future applications.
Many thanks.
The intention of my application is to allow the user to select multiple rows from a dataGrid and pass the information of only those selected rows to a server. The dataGrid is populated by a dynamic XML file at runtime an I have this portion working.
The user will have to use CTRL +click to multiple select rows from the dataGrid component. Once the submit button is clicked, the information from the items the user selected in the dataGrid (i.e. the new array) will be passed to a server using the send option to build and pass to the URL.
How can I build this one dimentional array featuring all the values in only one column of the dataGrid for only the selected rows?
I'm really new to AS 3.0, but the answer to this I think will set me up nicely for my future applications.
Many thanks.