New to Telerik UI for ASP.NET AJAX? Start 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 Control | Result of using the Mouse Wheel |
---|---|
RadTextBox | If 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. |
RadMaskedTextBox | If 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. |
RadNumericTextBox | Scrolling 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 . |
RadDateInput | Scrolling 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. |