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

RadMaskedNumericInput mouse wheel

1 Answer 118 Views
MaskedInput (Numeric, DateTime, Text, Currency)
This is a migrated thread and some comments may be shown as answers.
Sergey
Top achievements
Rank 1
Sergey asked on 30 Oct 2012, 08:03 AM
Hello.

I have RadMaskedNumericInput control inside RadGridView cell.
When i turn mouse wheel i want to continue scrolling, even if focus now on RadMaskedNumericInput control.

How can i get this behavior?

Thank you.

1 Answer, 1 is accepted

Sort by
0
Pavel R. Pavlov
Telerik team
answered on 02 Nov 2012, 06:52 AM
Hello Sergey,

This is expected behavior of the RadMaskedCurrencyInput because the control is handling the mouse input to change it's value. You can read more about this feature here. In order to overcome this issue you can set the SpinMode property to None.

<telerik:RadMaskedCurrencyInput SpinMode="None"/>

I hope this will help you.

All the best,
Pavel R. Pavlov
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
MaskedInput (Numeric, DateTime, Text, Currency)
Asked by
Sergey
Top achievements
Rank 1
Answers by
Pavel R. Pavlov
Telerik team
Share this question
or