|
Try this as
the ItemRenderer instead.
<mx:Component
className="inlineCB">
<mx:HBox horizontalAlign="center" backgroundAlpha="100" > <mx:Script> <![CDATA[ public var selected:Boolean; ]]> </mx:Script> <mx:CheckBox id="cb" selected="{data.isSelected}" click="selected=data.isSelected=cb.selected;" /> </mx:HBox> </mx:Component> -John
__._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required) Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe __,_._,___ |
- RE: [flexcoders] Checkbox in Datagrid - checks disappear whe... John Zhao

