I am using telerik:radnumerictextbox control for giving decimal input, I need to give input in decimal like 10, but radnumerictextbox displays value by default 10.00, how to set the property to get decimal value.
This is the code i am using in client side.
<telerik:radnumerictextbox
ID="txtDirectTime"
ShowSpinButtons="True"
InterceptArrowKeys="True"
Step="5" MinValue="0" runat="server">
Thanks in advance.
Try this
<telerik:RadNumericTextBox runat="server"
ID="YourTextBox"
NumberFormat-DecimalDigits="2" />
For more on RadNumericTextBox
visit here.
NumberFormat-GroupSeparator=""
works perfectly fine.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With