--- In [email protected], 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