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

RadNumeric Textbox on Mouse Scroll

5 Answers 388 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Atchut
Top achievements
Rank 1
Atchut asked on 11 Jul 2012, 12:33 PM
Hello,

I have radnumeric textbox in my page and on mousescroll it is showing values moving up and down.

I dont want users to enter values on mouse scroll. I want them to  manually enter the values.

How to stop this cool feature ?

TIA 

5 Answers, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 11 Jul 2012, 12:40 PM
Hello,

Try setting the following.
aspx:
<telerik:RadNumericTextBox ID="rtxt" runat="server">
        <IncrementSettings InterceptMouseWheel="false" />
</telerik:RadNumericTextBox>

Thanks,
Shinu.
0
Atchut
Top achievements
Rank 1
answered on 11 Jul 2012, 01:37 PM
How about up and down arrows ? This is working for only mouse but again it showing values for up and down arrows
0
Accepted
Shinu
Top achievements
Rank 2
answered on 12 Jul 2012, 06:18 AM
Hello,

Try setting the following.
aspx:
<telerik:RadNumericTextBox ID="rtxt" runat="server">
        <IncrementSettings InterceptMouseWheel="false" InterceptArrowKeys="false" />
</telerik:RadNumericTextBox>

Thanks,
Shinu.
0
Jeffrey
Top achievements
Rank 1
answered on 10 Jan 2019, 05:16 PM
It's not working on a radnumerictextbox inside a rad grid, any suggestions?
0
Rumen
Telerik team
answered on 15 Jan 2019, 01:00 PM
Hello Jeffrey,

Please review the following KB article on the topic: Prevent numeric value changing with Batch editing when using keyboard navigation with the arrow keys.

Regards,
Rumen
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
Grid
Asked by
Atchut
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Atchut
Top achievements
Rank 1
Jeffrey
Top achievements
Rank 1
Rumen
Telerik team
Share this question
or