To reproduce:
- Add a groupbox to a form.
- Set larger than the default font.
- Add a grid to the group box.
- Dock it so it fills the available space.
- The grid is covering the bottom part of the header.
Workaround:
radGroupBox1.Font = new Font("Segoe UI", 16, FontStyle.Regular);
radGroupBox1.Padding = new Padding(2, radGroupBox1.GroupBoxElement.Header.Size.Height + 2,2, 2);
Fixing this issue requires changes to the layout of the control. This changes will alter the layout of existing applications potentially affecting a lot of users. This is why we have decided to postpone the fix for the time being. If the demand for a fix rises we will consider including the fix in an official release.