enableMouseWheelBoolean(default: true)
A value indicating whether the mouse scroll can be used to increase/decrease the segments values
Example - sets the autoSwitchParts
<input id="dateinput" />
<script>
$("#dateinput").kendoDateInput({
    enableMouseWheel: false
});
</script>In this article