$(".k-dropdown").each(function() {
var dd = $(this).data("kendoDropDownList");
if (dd) dd.setOptions({ popup: { appendTo: "body" } });
});
We use cookies to personalize content and ads, to provide social media features and to analyze our traffic.
Read our Privacy Policy for more information.