FIX. RadGridView - the control has white forecolor when it is used with the Aqua theme and it is placed within a MDI child form in RadDock.
To reproduce:
- Use RadDock with MDI mode.
- Add a form that contains a grid.
- Set the theme to Aqua.
Workaround:
grid.GridViewElement.ForeColor = Color.Black;