RadEditor does not inherit Enable property's value from parent ASP.NET controls
When a parent control is disabled by setting Enabled to false, all children controls should inherit the behavior and act as disabled. RadEditor does not follow this logic and stays enabled.