FWIW, by writing even more code, you can avoid the looping.  You'd have to have 
a known central registry that customized checkboxes notify when clicked.

 

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tracy 
Spratt
Sent: Monday, March 19, 2007 10:58 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Checkbox in Datagrid to Select Items

 

When the user clicks a checkbox in the itemRenderer, the renderer must update a 
"selected" property on the dataProvider item with the value of the checkbox 
selected property.  This is required.  Editable renderers must be driven from 
the dataProvider.

 

Then, you can loop through the dataProvider, test for the value of the selected 
property, then put the data into the array.

 

Tracy

 

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of subeesh 
a
Sent: Monday, March 19, 2007 11:06 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Checkbox in Datagrid to Select Items

 

Hi All,

 

Can anyone help me with this 

 

If i place chek boxes in datagrid column by inline item renderer how can il put 
al the items in the datagrid in wich the check boxes are ticked to an array.

 

Thanks 

 

Subeesh 

 

________________________________

Here’s a new way to find what you're looking for - Yahoo! Answers 
<http://us.rd.yahoo.com/mail/in/yanswers/*http:/in.answers.yahoo.com/>  

 

Reply via email to