[Vuejs]-Setting Custom Editor shows kendoDropDownList is not a function

0👍

Answering my own question it may helpful for someone

by adding kendo.all.min.js it working fine 🙂

But don’t know why it wont included in default kendo vue.

<script src="http://kendo.cdn.telerik.com/2018.3.1017/js/kendo.all.min.js"></script>
👤Thom

Leave a comment