This is a migrated thread and some comments may be shown as answers.

Setting Custom Editors .appendTo(container) .kendoDropDownList is not a function

3 Answers 143 Views
This is a migrated thread and some comments may be shown as answers.
Thom
Top achievements
Rank 1
Thom asked on 15 Jan 2019, 06:52 AM

We like to use dropdown inside the grid , so we using this (https://www.telerik.com/kendo-vue-ui/components/grid/editing/#toc-setting-custom-editors) example in our project we are getting this error 

Uncaught TypeError: $(...).appendTo(...).kendoDropDownList is not a function
    at VueComponent.categoryDropDownEditor (git.vue?26ca:154)

 

Anyone help me on this ?

 

 

3 Answers, 1 is accepted

Sort by
0
Viktor Tachev
Telerik team
answered on 15 Jan 2019, 12:11 PM
Hi Thom,

I tried to replicate the behavior using the example from the docs, however, I was not able to. Would you modify the sample below in a way that the error is replicated and send it to us? This will enable us to examine the issue locally and look for its cause.



Regards,
Viktor Tachev
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Thom
Top achievements
Rank 1
answered on 15 Jan 2019, 12:43 PM

Hi Viktor., thanks for your reply , i just copy paste the example code but won't work.

when i add <script src="http://kendo.cdn.telerik.com/2018.3.1017/js/kendo.all.min.js"></script> in my project it working fine , but this all.min should come from vue import right ?

i'm using web-pack 3.11.0. in my project  it will do some problem ? 

0
Viktor Tachev
Telerik team
answered on 17 Jan 2019, 08:45 AM
Hello Thom,

You can import the KendoUI scripts from the @progress/kendo-ui npm package.


import '@progress/kendo-ui';


The components are referenced this way in the example from my previous post. Check out line 4 in index.js for reference.


Regards,
Viktor Tachev
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Asked by
Thom
Top achievements
Rank 1
Answers by
Viktor Tachev
Telerik team
Thom
Top achievements
Rank 1
Share this question
or