Hi James,

Use an itemRenderer in your datagrid.

Josef

--- In [email protected], JRBower <[EMAIL PROTECTED]> wrote:
>
> 
> How would I go about changing a default true:false pair to a 
right:wrong pair
> or an edited:not edited pair? 
> 
> For example I have a checkbox:
> 
> <mx:CheckBox
>  id="Resumes_EditedEng"
>  selected="{(this.detailObject.EditedEng == 1)? true:false}"
>  width="100%"
> />
> 
> After the selection is made the value is displayed in a datagrid. 
What I'd
> like to see is "Edited" or "Not Edited" instead of the default 
true:false.
> 
> 
> TIA
> 
> James
> -- 
> View this message in context: http://www.nabble.com/Changing-
Boolean-values-tf4717535.html#a13485684
> Sent from the FlexCoders mailing list archive at Nabble.com.
>


Reply via email to