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

EmptyMessage in TextBox

1 Answer 293 Views
Input
This is a migrated thread and some comments may be shown as answers.
prayag ganoje
Top achievements
Rank 1
prayag ganoje asked on 02 Mar 2010, 05:35 AM
Hello,

By default  "EmptyMessage" in TextBox  is normal while in the other controls viz combobox appears to be italic.

How can i make textbox EmptyMessage italic ?

1 Answer, 1 is accepted

Sort by
0
Accepted
Pavlina
Telerik team
answered on 02 Mar 2010, 08:31 AM
Hi Prayag,

In order to achieve the desired functionality, please try to use the code snippet bellow:
ASPX:
<telerik:RadTextBox ID="RadTextBox1" runat="server" EmptyMessage="message" EmptyMessageStyle-Font-Italic="true">
    <HoveredStyle Font-Italic="true" />
</telerik:RadTextBox>

I hope this helps.

Sincerely yours,
Pavlina
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Input
Asked by
prayag ganoje
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or