Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Input > Show signs

Answered Show signs

Feed from this thread
  • Steve avatar

    Posted on Apr 30, 2012 (permalink)

    Hi all,


        I am new to telerik, i have been searching for a way to add signs for numebers in the RadNumericTextbox for many days and couldn't find any. I have a RadnumericTextBoxe were user should give numbers with there sign (positive/negative).like: -45/+67...

                                Please help me with a solution as soon as possible. Its too ugent...Thannks in advance..

    -ST-

    Reply

  • Answer Princy MVP avatar

    Posted on Apr 30, 2012 (permalink)

    Hi Steve,

    You can set PositivePattern for formatting positive values and NegativePattern for formatting negative values as follows.

    ASPX:
    <telerik:RadNumericTextBox ID="RadNumericTextBox1" runat="server">
          <NumberFormat PositivePattern="+ n" NegativePattern="- n" />
    </telerik:RadNumericTextBox>

    Thanks,
    Princy.

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Input > Show signs
Related resources for "Show signs"

ASP.NET Input Features  |  Documentation  |  Demos  | Step-by-step Tutorial  ]