I am currently developing an application using Kendo UI. I use a dropdownlist like this
On the browser it work's fine. I can open the list an scroll with the mousewheel, but when I try to use it on a device with touch (tablet or smartphone) i cannot scroll in the dropdownlist.
How can i add a listener or something else on the dropdownlist, that this makes it possible to scroll?