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

[Solved] How change display of CurrencyTextBox ?

1 Answer 98 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.
Rafal
Top achievements
Rank 1
Rafal asked on 11 Jul 2011, 09:16 AM
Hey

I need to change display of my CurrencyTextBox. I want have text on righ side.

.InputHtmlAttributes(new { style = "width:100%; text-align:right;" })
.HtmlAttributes(new { style = "width:100%; text-align:right;" })
When i use this code i have text when it is in focus on right but when it isn' t in focuns it is on left side.

How can i change it ?

1 Answer, 1 is accepted

Sort by
0
Accepted
Dimo
Telerik team
answered on 11 Jul 2011, 09:33 AM
Hi Rafal,

Here is how to achieve the desired layout:

http://www.telerik.com/community/forums/aspnet-mvc/numericinput/how-can-i-change-text-color.aspx

Kind regards,
Dimo
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

Tags
NumericTextBox
Asked by
Rafal
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or