I can't seem to find the group box property to change the color of the caption. Thanks for any help.
Hello, you can do that via:
Me.UltraWebGrid1.DisplayLayout.GroupByBox.BoxStyle.ForeColor = Drawing.Color.Blue
In the Appearance browser you can find it under the GroupByBox property of the Grid Element.
Best regards,
Arjan