I am replacing Microsoft controls such as Textbox and Checkbox in my Windows Forms application with Infragistics controls to get the Office 2007 style, and so far they look great. However, I don't know what Infragistics control to use to replace the Microsoft RadioButton. Is there an Infragistics replacement for RadioButton that will give me the Office 2007 style with the same level of quality that is found in UltraTextEditor and UltraCheckEditor?
I am using NetAdvantage for .NET 2008 Vol. 2 CLR 2.0
John
I commented on that other thread that shaunhawyward mentioned. It's possible to make WinCheckEditor appear as a radio button. While it still behaves as a toggle-state button, it should be relatively easy to write code to ensure that only one is "checked" at a time.
Here's a link to that thread:http://forums.infragistics.com/forums/t/25914.aspx
I just created a new thread, but wanted to add my 2 cents here. The optionset doesn't work in many situations and having a radio button replacement would be a huge help. It just about the only thing missing from the nearly-complete Infragistics toolset.
Hi John,
The UltraOptionSet control would be the thing to use. Unlike the Inbox Radio Button, though, the Optionset has multiple options within a single control.