Completed
Last Updated: 19 Feb 2016 15:46 by ADMIN
ADMIN
Ralitsa
Created on: 26 Jan 2016 09:55
Category: UI Framework
Type: Bug Report
0
FIX. RadCheckBox - the disable state of checked item is not correct in Office2013Light theme
To reproduce:
1. Drag and drop RadCheckBox and RadRadioButton on the form
2. Set the Checked/IsChecked property to true. 
this.radCheckBox2.Checked = true;
this.radRadioButton2.IsChecked = true;
3. Apply the Office2013Light theme  
4. On button click set the Enabled property to false. 
The ForeColor is different when disable checked item and unchecked item(see attached image - RadCheckBox_Disable_Checked.png). 

Workaround: 
Apply custom StateManager of RadCheckBox/RadRadioButton. 
In the attachments can be found sample demo with all necessary modifications. 
0 comments