When a webpage is rendered containing a WebGroupBox, the source for the page indicates some css classes that are used for the group box:
iggrpbxbrdr iggrpbxctl
I've looked through all of the css provided with the IG install, but cannot locate these classes. Where can I find them/
Thanks,
Pam
Hello Pam,
Thank you for posting to Infragistics forums.
The best way to apply the styling to the WebGroupBox is using the “CssClass” property of it http://help.infragistics.com/NetAdvantage/ASPNET/Current/CLR4.0/?page=Infragistics4.WebUI.Misc.v11.2~Infragistics.WebUI.Misc.WebGroupBox_members.html
The class you are mentioning may be coming from DLL. They will not found in ig_res folder.
Hope this helps.
Thanks for your response, however it doesn't help. I want to style a few html tables in the same style as the WebGroupBox is by default. Unless I can see the styles used in the iggrpbxbrdr cssClass and iggrpbxctl cssClass, I cannot acheive the common look across my page.
Is there any way that you can research what the definitions are for the iggrpbxbrdr and iggrpbxctl css classes?
Thanks,Pam
Hi Pam,
Thank you for report.Those classes remained from old implementation of that control and they are not used any more.
That issue has been fixed and those undefined classes will not be rendered. Updates will be available in coming service releases.