I'm having the same issue with the RadTextbox's ReadOnlyStyle.ForeColor property, but I am also using Ajax.
In my project, I have a checkbox:
When clicked, the remaining RadTextbox controls on the panel are made ReadOnly or Writeable based on the value of the checkbox:
The page is Ajaxified with the RadAjaxManager, like so:
The click event of the checkbox fires properly on the server and each RadTexbox is disabled accordingly, but the ReadOnlyStyle.BackColor preoprty is not taking effect. Do I need to call the
updateCssClass method on the client-side for each control for the change to take effect or is there something else that needs to be done?
Thanks!
Steve