New to Telerik UI for ASP.NET AJAXStart a free 30-day trial

Mouse Wheel Support

Users can interact with the RadInput controls using the mouse wheel. The following table lists the response of the various RadInput controls when the user scrolls the mouse wheel:

 

RadInput ControlResult of using the Mouse Wheel
RadTextBoxIf TextMode is MultiLine and the Text is longer than can be displayed by the number of rows that the Rows property dictates, scrolling the mouse wheel causes the text in the control to scroll.
RadMaskedTextBoxIf the TextMode is MultiLine and the Text is longer than can be displayed by the number of rows that the Rows property dictates, scrolling the mouse wheel causes the text in the control to scroll. If the Mask property includes an enumeration mask and the cursor is positioned at the start of an enumeration mask part, the scrolling the mouse wheel scrolls through the enumerated values.
RadNumericTextBoxScrolling the mouse wheel increases or decreases the value in the text box by the amount that the IncrementSettings.Step property specifies when IncrementSettings.InterceptMouseWheel is True .
RadDateInputScrolling the mouse wheel increases or decreases the value of the portion of the date immediately before the cursor when IncrementSettings.InterceptMouseWheel is True . The IncrementSettings.Step property specifies the number of months, days, years, hours, minutes, or seconds by which the value changes.

See Also

In this article
See Also
Not finding the help you need?
Contact Support