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.
Hi Kim,
I got the solution for my problem. I check your sample application, but ur sample application style is different from mine.I think it is because of MyStyleSet.isl file is different from mine.
In my case, i remove the style from the groupbox and make the "UseApplyingStyle" to false, and it is working fine.
Thanks, for your response.
Regards,
Santosh.
dotnet_santosh,
You should not have to do anything other than drop the InboxControlStyler on your form to style the Inbox controls. I still have not been able to reproduce the issue you are encountering; I have attached the sample I created to test this. Please take a look at it and let me know if it differs from yours; if you could, please attach a sample that reproduces the issue so I can take a look at it.
~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?
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?