T
Thierry Ciot
Guest
So had a bit of time to look at this and if I understood your requirement well here is what you can do: $('#rb-assigned-dd').data('kendoDropDownList').select(1); // Will select Only Me from the View Assigned To Drop Down Now if you are on a small device such that the drop down is in the overflow menu you will need: $('#rb-assigned-dd'-2).data('kendoDropDownList').select(1); Let us know if that works. But still interested about understanding the general requirement and seeing if we can bake something into product. Cheers, Thierry
Continue reading...
Continue reading...