Completed
Last Updated: 30 May 2016 08:22 by ADMIN
ADMIN
Dimitar
Created on: 23 Mar 2016 07:33
Category: Buttons
Type: Bug Report
4
FIX. RadCheckBox - the state is not properly set when the IsThreeState is set to true and the control is disabled.
To reproduce:
- Set the IsThreeState to true.
- Set the state to  Indeterminate.
- Disable the checkbox. 
- Set the state to checked.
- The state is not changed. 

This is working fine if another state is used before disabling the control.

Workaround:
- Always set the state before you disable the control.
 
0 comments