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

Focussed style

1 Answer 32 Views
Input
This is a migrated thread and some comments may be shown as answers.
Tina
Top achievements
Rank 1
Tina asked on 31 Oct 2011, 02:27 AM
Focussed style back color not working

<telerik:radtextbox id="txt" runat="server" Focussed-Style-BackColor="Red" ReadOnly="true">
</telerik:radtextbox>

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 31 Oct 2011, 04:32 AM
Hello Tina,

Since you are setting ReadOnly as true for the RadTextBox, try setting ReadOnlyStyle-BackColor.
aspx:
<telerik:RadTextBox ID="txt" runat="server"  ReadOnlyStyle-BackColor="Red" FocusedStyle-BackColor="Red">
</telerik:RadTextBox>

Thanks,
Shinu.
Tags
Input
Asked by
Tina
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or