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

'AjaxControlToolkit.NumericUpDownExtender'

1 Answer 102 Views
Input
This is a migrated thread and some comments may be shown as answers.
Bakht
Top achievements
Rank 1
Bakht asked on 07 Dec 2012, 05:12 PM
'AjaxControlToolkit.NumericUpDownExtender' cannot extend controls of type 'Telerik.Web.UI.RadNumericTextBox'..How to use
 'Telerik.Web.UI.RadNumericTextBox' with numeric updown extender

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 10 Dec 2012, 05:24 AM
Hi,

You can use the ShowSpinButtons property of RadNumericTextBox as shown below.
aspx:
<telerik:RadNumericTextBox ID="RadNumericTextBox1" runat="server" ShowSpinButtons="true">
        <IncrementSettings  Step="1" />
</telerik:RadNumericTextBox>

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