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.
We will address this issue in the upcoming SerivcePack. Meanwhile you can work around it by calling the ApplyThemeToElementTree method: this.radLabel1.ElementTree.ApplyThemeToElementTree();
This should be fixed and released as a hot fix. Very basic error