Completed
Last Updated: 26 Sep 2017 13:12 by ADMIN
ADMIN
Dimitar
Created on: 25 Sep 2017 08:26
Category: PropertyGrid
Type: Bug Report
1
FIX. RadPropertyGrid - the toolbar buttons icons are not visible with the material themes.
To reproduce:
- Add RadPropertyGrid to a form and set the theme to MaterialTeal. The issue is observed in the ThemeViewer as well.

Workaround:
radPropertyGrid1.PropertyGridElement.ToolbarElement.AlphabeticalToggleButton.TextWrap = true;
radPropertyGrid1.PropertyGridElement.ToolbarElement.CategorizedToggleButton.TextWrap = true;
//or

 radPropertyGrid1.PropertyGridElement.ToolbarElementHeight = 68;
0 comments