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

How Add Percanteage Text Box With Decimal And Percentage Sign Using Telerik RadControls

1 Answer 217 Views
Input
This is a migrated thread and some comments may be shown as answers.
SilverLight
Top achievements
Rank 1
SilverLight asked on 11 Jun 2012, 03:48 PM
How Can I Add Percanteage Text Box With **Decimal** And **Percentage Sign** Using Telerik RadControls?  
mean Telerik MaskedTextBox or Telerik NumericTextBox?  
which one and how?  
i wrote the aspx codes below :  

<telerik:RadNumericTextBox ID="RadNumerictxtPercent_Taliya" runat="server"
    Type="Percent" Width="60px" EnableEmbeddedSkins="False" Skin="BlackByMe" ValidationGroup="C"
    MaxValue="20" MinValue="0">
    <NumberFormat DecimalDigits="2" ZeroPattern="n %" />
</telerik:RadNumericTextBox>

but i can not increase and decrease percentage (decimal area) using keyborad!  
also it seems there is a problem about percentage sign in that aspx code!  
how can i fix them?  

thanks in advance

1 Answer, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 12 Jun 2012, 04:51 AM
Hi SilverLight,

Try setting IncrementSettings properties as follows to achieve your scenario.

ASPX:
<IncrementSettings InterceptArrowKeys="true" InterceptMouseWheel="true" Step=".01" />

Hope this helps.

Thanks,
Princy.
Tags
Input
Asked by
SilverLight
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or