This is a migrated thread and some comments may be shown as answers.

RadTextBox ReadOnly mode us Unreadable

1 Answer 154 Views
Input
This is a migrated thread and some comments may be shown as answers.
Andy
Top achievements
Rank 1
Andy asked on 22 Apr 2008, 09:51 AM
I've just upgraded the controls to the Q1 release of RadControls for ASP.NET AJAX.

I'm using the Office 2007 skin throughout my application and in many places have readonly text boxes.  However I have now found that the style of the readonly textboxes for this release has changed and they are now almost completely unreadable in readonly mode (a little ironic perhaps)  as they display a dark blue/grey text on an only slightly lighter blue/grey background.

Is there anything I can do about this?

Thanks.

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 22 Apr 2008, 10:37 AM
Hi Marc,

You are right, the text is not readable enough. I just fixed this and the updated Office2007 skin will be available in the next service pack.

In the meantime, you can use a property to modify the ReadOnly color:

<telerik:RadTextBox ReadOnlyStyle-ForeColor="...." />

or a CSS rule overriding the skin:

.radReadOnlyCss_Office2007,
.radDisabledCss_Office2007
{
    color: #666  !important;
}

I updated your Telerik points for this bug report, thank you.

Greetings,
Dimo
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Input
Asked by
Andy
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or