Completed
Last Updated: 14 Jul 2014 07:51 by ADMIN
ADMIN
Dimitar
Created on: 10 Mar 2014 08:35
Category: Editors
Type: Bug Report
0
FIX. RadDateTimePicker - the Checked property is not taken under consideration when set to false at design time.
To reproduce:
- Set the ShowCheckBox property to true and Checked property to false at design-time.
- When the application is started the checkbox is checked.

Workaround:
- Set the state in code:
 radDateTimePicker1.Checked = false;
0 comments