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

NumericTextBox - MoveUp/Down step.

1 Answer 62 Views
Input
This is a migrated thread and some comments may be shown as answers.
Grzesiek
Top achievements
Rank 2
Iron
Grzesiek asked on 12 Nov 2009, 06:08 PM
I have question to the spinbuttons.

Is there any option that I can set a increase/decrease value by 0.01 or 0.1.

Default is 1.0 - how can I change it if this is available?

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 13 Nov 2009, 07:59 AM
Hi Grzesiek,

You can set the IncrementSettings-Step property to desired as shown below.

       <telerik:RadNumericTextBox ID="RadNumericTextBox1" runat="server" ShowSpinButtons="True">
              <IncrementSettings Step="0.1" />
       </telerik:RadNumericTextBox>

Regards,
Shinu.
Tags
Input
Asked by
Grzesiek
Top achievements
Rank 2
Iron
Answers by
Shinu
Top achievements
Rank 2
Share this question
or