Thanks!

--- On Sat, 6/26/10, Amy <amyblankens...@bellsouth.net> wrote:

> From: Amy <amyblankens...@bellsouth.net>
> Subject: [flexcoders] Re: RadioButton as DataGrid item editor
> To: flexcoders@yahoogroups.com
> Date: Saturday, June 26, 2010, 9:25 AM
> 
> 
> --- In flexcoders@yahoogroups.com,
> Dave Glasser <dglas...@...> wrote:
> >
> > --- On Fri, 6/25/10, Amy <amyblankens...@...>
> wrote:
> > 
> > 
> > > What is your itemRenderer code?
> > 
> > 
> > I'm just using the RadioButton, out of the box. I'm
> setting the itemRenderer property on the DataGridColumn to 
> > new ClassFactory(RadioButton).
> >
> 
> I think the radio buttons all need to be in the same place
> to act as a RadioButtonGroup, so you need to create an
> itemRenderer that makes a RadioButtonGroup with your three
> values, then reacts to the change to set the appropriate
> value to true and the other values to false.
> 
> HTH;
> 
> Amy
> 
> 

Reply via email to