I would like to know if the behavior explained here can be added automatically to every DropDownList created dynamically in my application:
http://docs.telerik.com/kendo-ui/web/dropdownlist/how-to/prevent-close-on-scroll
I would like this to be the default behavior for all my DropDownList because otherwise I consider they are not working as expected (same as a regular Select element, which does not close when scrolled). Thanks.