Hi ,
You can use the styles below in order to change the background-color and opacity of a disabled and decorated textarea by the decorator.
Regards,
Danail Vasilev
Telerik
You can use the styles below in order to change the background-color and opacity of a disabled and decorated textarea by the decorator.
<style> .RadForm.rfdTextarea textarea[disabled] { background-color: gray; opacity: 0.7 !important; }</style>Regards,
Danail Vasilev
Telerik
Explore the entire set of ASP.NET AJAX controls we offer here and browse the myriad online demos to learn more about the components and the features they incorporate.