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

I want to set Indian Currency format in RadNumericTextBox

1 Answer 170 Views
Input
This is a migrated thread and some comments may be shown as answers.
Manish
Top achievements
Rank 2
Manish asked on 10 Jul 2014, 12:23 PM
Hi,

I getting problem to set indian currency for in RadNumericTextBox

Example : i have amount 5000000.00( Fifty lakh)

I need in radnumeric text box like     -  50,00,000.00 (i need comma(,)  three digits before decimal and after that every two digits and after decimal it should take 2 points)



Thanks
Manish

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 11 Jul 2014, 04:24 AM
Hi Manish,

Please try the below code snippet to achieve your scenario.

ASPX:
<telerik:RadNumericTextBox ShowSpinButtons="True" ID="rntxtIndianCurrency" runat="server"
    Type="Currency" InvalidStyleDuration="100" Width="125px">
    <NumberFormat AllowRounding="True" KeepNotRoundedValue="False" DecimalSeparator=".">
    </NumberFormat>
</telerik:RadNumericTextBox>

Thanks,
Shinu.
Tags
Input
Asked by
Manish
Top achievements
Rank 2
Answers by
Shinu
Top achievements
Rank 2
Share this question
or