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

about empty message property

1 Answer 110 Views
Input
This is a migrated thread and some comments may be shown as answers.
Baris
Top achievements
Rank 1
Baris asked on 19 Mar 2014, 02:07 PM
Hi,

I am using Radnumericbox like that,

 <telerik:RadNumericTextBox CssClass="app-input" ID="txtUnivaPerfTreshold" runat="server" MaxValue="100" MinValue="1" MaxLength="4" Value="30" EmptyMessage="between %1 - %100" Width="130px" Type="Percent">

When I add EmptyMessage property to radnumerictextbox , on page submit textbox  do auto validation. And red border appears out of textbox. If I dont add empty massage property to radnumerictextbox on page submit textbox is not do autovalidation. I want to use Empty message property but I dont want any validation and red border.

how can I do that?

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 20 Mar 2014, 03:14 AM
Hi Baris,

Unfortunately I couldn't replicate the issue at my end. Please have a look into the sample code snippet which works fine at my  end. Please a take a look into this forum thread which discuss about the same issue.

ASPX:
<telerik:RadNumericTextBox CssClass="app-input" ID="txtUnivaPerfTreshold" runat="server"
    MaxValue="100" MinValue="1" EmptyMessage="between %1 - %100" Width="130px" Type="Percent">
</telerik:RadNumericTextBox>
<telerik:RadButton ID="RadButton1" runat="server" Text="Submit">
</telerik:RadButton>

Please provide your full code if it doesn't help.
Thanks,
Shinu.
Tags
Input
Asked by
Baris
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or