Adjust KendoDropDownList so that when the mouse scroll wheel does reach the end of the list the focus does not jump out of the control and scroll the form.
Hello Mark,
In the latest official version (2019.3.1023) scrolling to the bottom of the list does not close the popup: https://demos.telerik.com/kendo-ui/dropdownlist/remotedatasource
Thus, we are closing this feature request.
Regards,
Ivan Danchev
Progress Telerik
A more traditional approach of leaving the last item in the kendo drop down list open after the scroll bar reaches the end of the drop down list rows would be a good feature. Currently-At the end of the mouse scrolling the drop down list popup is closed. The focus is moved to the next item and then that item is then being scrolled. So at the end of scrolling for the drop down list the drop down list is being closed and then the form is also being scrolled. A configuration setting so that the developer can elect to have the kendo drop down list stop at the last row and not close the popup (and also not scroll the underlying form) would be a good feature.