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

ZeroPadNumericRanges is not working

1 Answer 38 Views
Input
This is a migrated thread and some comments may be shown as answers.
Kumar
Top achievements
Rank 1
Kumar asked on 14 Oct 2010, 10:38 AM
Hi,

ZeroPadNumericRanges

 

of Radmaskedtextbox is not working.Please let me know how this will be work

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 19 Oct 2010, 04:16 PM
Hello Kumar,

Here is a setup that works as expected. Please check yours - the property works with numeric range mask parts:

http://www.telerik.com/help/aspnet-ajax/input_radmaskedtextboxmasks.html


<telerik:RadMaskedTextBox ID="RadMaskedTextBox2" runat="server" ZeroPadNumericRanges="true" Mask="<0..255>.<0..255>" />
 
<br /><br />
 
<telerik:RadMaskedTextBox ID="RadMaskedTextBox1" runat="server" ZeroPadNumericRanges="false" Mask="<0..255>.<0..255>" />


Regards,
Dimo
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
Kumar
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or