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

CurrecySymbol

1 Answer 43 Views
NumericTextBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Jigar
Top achievements
Rank 1
Jigar asked on 30 Aug 2010, 02:18 PM
Hi There,

I want to use New rupees symbol in Currency Text box. Can you please suggest a workaround for the same?

Thanks,

Jigar.

1 Answer, 1 is accepted

Sort by
0
Daniel Collier
Top achievements
Rank 1
answered on 10 Mar 2011, 10:44 PM
What is the new rupees symbol?  Have you tried using the CurrencySymbol method in it?  Like so:

<%= Html.Telerik().CurrencyTextBox()
     .Name("cost")
     .Spinners(false)
     .MinValue(0)
     .MaxValue(decimal.MaxValue)
                   .CurrencySymbol("£")
     .Value( ViewData.Model.Cost)
%><br />
Tags
NumericTextBox
Asked by
Jigar
Top achievements
Rank 1
Answers by
Daniel Collier
Top achievements
Rank 1
Share this question
or