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

NumericTextBox - "Enter Value"

2 Answers 74 Views
NumericTextBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Jigar
Top achievements
Rank 1
Jigar asked on 03 Sep 2010, 07:03 PM
Dear List,

When we use NumericTextBox, by default it shows "Enter Value".

How to change this behavior? I want to keep it blank.

Thanks in Advance,

Jigar.

2 Answers, 1 is accepted

Sort by
0
Accepted
Georgi Krustev
Telerik team
answered on 06 Sep 2010, 11:23 AM
Hello Jigar,

You can achieve your goal with EmptyMessage method:
<%= Html.Telerik().NumericTextBox()
        .Name("NumericTextBox")
        .EmptyMessage("")
%>

All the best,
Georgi Krustev
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
0
Jigar
Top achievements
Rank 1
answered on 06 Sep 2010, 05:40 PM
Hi Georgi,

Thanks a lot for your answer..

thanks,

Jigar.
Tags
NumericTextBox
Asked by
Jigar
Top achievements
Rank 1
Answers by
Georgi Krustev
Telerik team
Jigar
Top achievements
Rank 1
Share this question
or