On 3/13/06, Jason Hawryluk <[EMAIL PROTECTED]> wrote:

> Here  is a little example to show the problem. Run the below and click one of 
> the  check boxes (no updates). Is the data source (in this case the xml var) 
> not  supposed to update here?

[snip]
>   <mx:DataGridColumn editable="true" headerText="Active"  width="100"
>    columnName="active"
>    isCellEditor="true"
>    cellRenderer="mx.controls.CheckBox"  editorProperty="selected"  />

CheckBox is being set as the *renderer*, not the *editor*.  So it only
renders the data, it does not update the data source.  There's another
property that can be set to say that the renderer is also the editor. 
I don't know what it's called in Beta 1, but, in my current bleeding
edge internal build, it's called `rendererIsEditor` (false|true). 
Look up the docs.

Manish


--
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/

<*> 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