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

RadNumericTextBox

3 Answers 95 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Jeffrey
Top achievements
Rank 1
Jeffrey asked on 15 Nov 2010, 08:59 PM
How can one centralize a numeric character in a RadNumericTextBox? By default, the text seems to be lef aligned. I have tried to use

style.value = "text-align:right"   but this does not seem to work.

Hope to hear from someone soon.

Thanks in advance

3 Answers, 1 is accepted

Sort by
0
Accepted
Daniel
Telerik team
answered on 15 Nov 2010, 10:54 PM
Hello Jeffrey,

Please try the following:
<telerik:RadNumericTextBox ID="RadNumericTextBox1" runat="server">
    <EnabledStyle HorizontalAlign="Center" />
</telerik:RadNumericTextBox>

I hope this helps.

Regards,
Daniel
the Telerik team
Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
Jeffrey
Top achievements
Rank 1
answered on 16 Nov 2010, 08:06 PM
Great Thanks. How do I make the text in RadNumericTextBox larger? The font-Size property does not seem to do the trick.
I tried Font-Size="Larger" and nothing changes. What could I be missing here?


Thanks in advance
0
Jeffrey
Top achievements
Rank 1
answered on 16 Nov 2010, 08:08 PM
Please, disregard the question about Larger text in RadNumericTextBox.

Thanks.
Tags
General Discussions
Asked by
Jeffrey
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Jeffrey
Top achievements
Rank 1
Share this question
or