Completed
Last Updated: 18 Jul 2012 06:37 by Jesse Dyck
ADMIN
Jack
Created on: 14 Jun 2012 04:09
Category: UI Framework
Type: Bug Report
2
FIX labels stay disabled when changing the Enabled property in Form.Load event
1. Create a new project and add a RadLabel.
2. When handling the Form.Load event set its Enabled state first to false and then to true.
3. Run the project and you will see that the label is still disabled.
2 comments
Jesse Dyck
Posted on: 18 Jul 2012 06:37
We will address this issue in the upcoming SerivcePack. Meanwhile you can work around it by calling the ApplyThemeToElementTree method:
this.radLabel1.ElementTree.ApplyThemeToElementTree();
Jesse Dyck
Posted on: 29 Jun 2012 21:41
This should be fixed and released as a hot fix. Very basic error