This question is locked. New answers and comments are not allowed.
Disabled and enabled style doesn't applyed on IsEnabled property change.
To fix it i've added source code of RadTimePicker to my solution and have added following code to RadTimePicker constructor
Is more simple way fix it exists?
To fix it i've added source code of RadTimePicker to my solution and have added following code to RadTimePicker constructor
this.IsEnabledChanged += (sender, e) => this.GoToState(true); |