Completed
Last Updated: 04 Feb 2016 12:07 by ADMIN
ADMIN
Dess | Tech Support Engineer, Principal
Created on: 26 Nov 2014 09:24
Category: RibbonBar
Type: Bug Report
1
FIX. RadRibbonBar - RadButtonElement's text is blurred in disabled state when the UseCompatibleTextRendering property is set to false.
To reproduce: 
1. Add a RadRibbonBar and a RadButtonElement in one of the groups.
2. Set the RadButtonElement.UseCompatibleTextRendering property is set to false.
3. Set the RadButtonElement.Enabled property to false.

You will notice that the text is hardly read compared to version Q2 2014.

Workaround: Currently, the possible solution is to set the RadButtonElement.UseDefaultDisabledPaint property to false and subscribe to the EnabledChanged event where you can modify the ForeColor in order to make it gray when the button is disabled and apply a gray scaled image. 
0 comments