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 :
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
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