Spin Button Support
4 Oct 20161 minute to read
The CurrencyTextbox provides the option to display the spin button in the widget or remove it from the control by using the ShowSpinButton property. The default value for ShowSpinButton property is true.
Configure Spin Button
Add the following code to your ASPX page to render the CurrencyTextbox control with spin button.
<ej:CurrencyTextBox ID="currency" Value="3" ShowSpinButton="false" runat="server"></ej:CurrencyTextBox>
The output when ShowSpinButton is set to false and true.