J
jts-law
Guest
In case anybody else uses this type of solution, I figured out how to get the DropDownList object. The directive for the drop-down-list tag creates a with the same id as the drop-down-list element. For this reason you have to use the following: angular.element("select[id='ddScenario']").data("kendoDropDownList") Louis
Continue reading...
Continue reading...