Hi can someone tell me how to set width for kendo dropdown? Here is my code sample and it is not working. Anything wrong in that?
$(\"#div1\").kendoDropDownList(
This will work 100% as it has worked for me, I tried the above solution, it did not work for me so I found this on my own :), I hope you all benefit from this
#DivThatContainsTheDropdown .k-combobox{ width: 22em !important; }