New to Kendo UI for jQueryStart a free 30-day trial

EnableMouseWheel

configuration

A value indicating whether the mouse scroll can be used to increase/decrease the segments values

Default: true

<input id="dateinput" />
<script>
$("#dateinput").kendoDateInput({
    enableMouseWheel: false
});
</script>
Not finding the help you need?
Contact Support