Steve
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
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:
Thanks,
Princy.
Reply