Hi,
i have ceated a windows dialog, derived from System.Windows.Forms.Form. In the dialog I put a Infragistics group box. Inside the group box I put one Radio button(System.Windows.Forms.RadioButton).
I drag and drop the InboxControlStyler(Infragistics.Win.AppStyling.Runtime.InboxControlStyler), to the dialog. so that styler applied to all the control inside the dialog.
But when I open the diaog, the radio button backcolor is different, that I expect.It is not applying the style.
Is there other setting to do the style for the radio button. This problem arises, because the Radio button is placed inside the group box. But If I put the radio button directly on the Form, the style is working fine.
Please give me some idea to solve this. Thanks in advance.
dotnet_santosh,
I was not able to reproduce the behavior you are encountering. What version of NetAdvantage for Windows Forms are you using? Can you reproduce this in a standard Windows Form?
~Kim~
Hi Kim,
I am using the version 8.2.20082.1000 of NetAdvantage. This problem comes if u place the control on this sequence Windows Form->Infragistic group box-> windows radio button, and the drag and drop the InboxControlStyler on the windows form.
If u place the radio button on the windows form this will work perfectly fine.
Is there any setting I need to get the infragistic style?