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

RadNumericTextBox and SpinButtons Problem

1 Answer 110 Views
Input
This is a migrated thread and some comments may be shown as answers.
Tim Barton
Top achievements
Rank 2
Tim Barton asked on 02 Jul 2012, 03:44 PM
Hi,

I downloaded  2012.2 607 and Hotfix 2012.2 626 and it seems to have a problem when you use RadNumericTextbox with SpinButtons. For some reason with these builds after clicking up on the SpinButton the value gets appended instead of being added.  When you try to press the down SpinButton, it doesn't work.  My Code snippet is below as well as an image of the problem.


<asp:Panel ID="myPanel" runat="server">
    <div align="center">
        <telerik:RadNumericTextBox ID="txtV" runat="server" Width="155px" Height="32px" ShowSpinButtons="True" EnableSingleInputRendering="false" Type="Number" InvalidStyleDuration="100" Font-Size="20px" MinValue="100" Value="100">
            <NumberFormat AllowRounding="False" KeepNotRoundedValue="False" />
            <IncrementSettings Step="100" />
        </telerik:RadNumericTextBox>
    </div>
</asp:Panel>






1 Answer, 1 is accepted

Sort by
0
Milena
Telerik team
answered on 04 Jul 2012, 10:55 AM
Hello,

It would be better to continue this discussion in the support ticket, which you have already opened.

All the best,
Milena
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Input
Asked by
Tim Barton
Top achievements
Rank 2
Answers by
Milena
Telerik team
Share this question
or