Hello I have created a DataGrid component whose last column is rendered/edited with a checkbox. This checks whether the row data will be sent to the server or not. Rather than forcing the user to check all of the rows manually, I have a "Select All" button which commands the selection of all the checkboxes in that column. My problem is that I can't write the code to implement the selection. It is AS code most likely, but I could not find an example going through docs/forums/whatever. How do I loop over the DataGridColumn object to get the CheckBox instances ?
Can anyone point me to useful examples/references ? Thanks -- View this message in context: http://www.nabble.com/Select-all-checkboxes-in-datagrid-with-a-single-click-tp16196734p16196734.html Sent from the FlexCoders mailing list archive at Nabble.com.

