You might want to check this: HYPERLINK "http://deepuverma.wordpress.com/2008/01/10/datagrid-headerrenderer-checkbox -to-select-checkboxes-in-the-row/"http://deepuverma.wordpress.com/2008/01/10 /datagrid-headerrenderer-checkbox-to-select-checkboxes-in-the-row/ ~randy
_____ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of p_repetti Sent: Friday, March 21, 2008 6:16 AM To: [email protected] Subject: [flexcoders] Select all checkboxes in datagrid with a single click 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: HYPERLINK "http://www.nabble.com/Select-all-checkboxes-in-datagrid-with-a-single-click -tp16196734p16196734.html"http://www.nabble.-com/Select--all-checkboxes--in- datagrid--with-a-single--click-tp16196734-p16196734.-html Sent from the FlexCoders mailing list archive at Nabble.com. No virus found in this outgoing message. Checked by AVG. Version: 7.5.519 / Virus Database: 269.21.8/1337 - Release Date: 3/20/2008 8:10 PM

