I have a UltraWebGrid inside a WebGroupBox and it is inheriting the WebGroupBoxes font settings. I want the group box to have a bold header and I want the items in the UltraWebGrid to not be bold. I read that this is possible, not to cascade the settings to everything inside the WebGroupBox but am not having luck in accomplishing this.
Any help would be greatly appreciated.
Andy
I ran into the same problem. I just put <div style="font-weight: normal;"> inside the WebGroupBox.