Completed
Last Updated: 13 Oct 2015 08:39 by ADMIN
ADMIN
Dimitar
Created on: 09 Feb 2015 13:57
Category: GridView
Type: Bug Report
0
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; 
0 comments