Try using itemRenderer inside a DataGridColumn. inside which you can 
add a check box.
like
<mx:DataGridColumn....
<mx:itemRenderer>
<mx:Component>
<mx:CheckBox/>
</mx:Component>
</mx:itemRenderer>
</mx:DataGridColumn>


--- In flexcoders@yahoogroups.com, "wayneposner" <[EMAIL PROTECTED]> 
wrote:
>
> Howdy all...
> 
> Is it possible to have a checkbox in a datagrid act as the method for 
> making multiple selections (updating the selectedItems array)?
> 
> I want to add a column of checkboxes to my datagrid that is not bound 
> to any data provider and use the checkboxes to simply select multiple 
> items.
> 
> 
> Thanks!
> Wayne
>





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/flexcoders/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to