I was using this method:
for each dropdown that I wanted to turn into a Kendo Dropdown I added the class "kendoddl". then on my document ready I simply called
$(".kendoddl").kendoDropDownList();
It worked fine until I added two drop-downs on the same page. They interfere with each other and stop working after a few clicks.
Is using classes to initialize, as shown above, not supported?