I've got this:
<mx:DataGridColumn dataField="@primary" itemEditor="mx.controls.CheckBox" editorDataField="selected"/>
 
...but it doesn't actually use the value of @primary to set the selected property of the checkbox. Ideas?
 
Furthermore, I need the label of the check box to appear... so I'd like to do something like this:
<mx:DataGridColumn dataField="@primary" itemEditor="mx.controls.CheckBox" itemEditor.label="my Checkbox label"  editorDataField="selected"/>
 
But that's clearly not working, it won't even compile. Any clues how to reference the label property of the checkbox being used as an item editor?
 
Cheers,
Jeff
__._,_.___

--
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
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




__,_._,___

Reply via email to