I would like to request an UltraOptionButton. I know that there is the UltraOptionSet but it doesn't work in situations where you want to spread out the option buttons around a form. I use Infragistics editors for absolutely everything else but I am still forced to use the stock RadioButton control. That means no visual styles and none of the advanced features of the Infragistics toolset.
This would be a huge help.
Thanks
- Shaun
Hi Shaun,
I, for one, agree with you, it would be nice to have an UltraRadioButton that could be linked to other radion buttons automatically without being contained within an option set.
I encourage you to Submit a feature request to Infragistics
From a visual standpoint, you can make a WinCheckEditor appear as a radio button using current functionality. A "radio button" glyph style isn't one of the choices at design-time, so to set this requires using code. Set the control's GlyphStyle property to: Infragistics.Win.UIElementDrawParams.RadioButtonGlyphInfo
From a functional standpoint, a WinCheckEditor that appears as a radio button still functions like a toggle-state checkbox - meaning that clicking one has no effect on others unless you write code to do so.