Hi all if I enter the text as 012 this is displaying the result as 12, but I would like to have my value as per I entered. What should I do.
This is my design
This is my design
<telerik:RadNumericTextBox ID="txtbankRoutingNumber" NumberFormat-GroupSeparator="" Width="200px" runat="server" Type="Number" MaxLength="9" IncrementSettings-InterceptMouseWheel="false" IncrementSettings-InterceptArrowKeys="false"> <NumberFormat DecimalDigits="0" /> </telerik:RadNumericTextBox>