I have a kendo ui dropdownlist in my view:
$(\"#Instrument\").kendoDropDownList({ dataTextField: \"symbol\", dataValueField: \"symbol\", dataSour
It's possible to "natively" select by value:
dropdownlist.select(1);