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

Including kendo DropDownList in kendo mobile

1 Answer 55 Views
DropDownList
This is a migrated thread and some comments may be shown as answers.
Dan
Top achievements
Rank 1
Dan asked on 26 Apr 2016, 06:20 PM
Hello,

I am making a kendo mobile application. 
Instead of including kendo.mobile.all.js, I include js for the specific widgets. 
So far I have: mobile.min, application, drawer, listview, and navbar.

I want to use the kendo ui drop down list but I don't know how to include it with the kendo mobile javascript files.
I've tried adding kendo.core, kendo.data, kendo.list and kendo.dropdownlist but I either get:
- .kendoDropDownList is not a function
- errors in kendo.mobile.min

Is there any way to include kendoDropDownList partially? (I've tested it with kendo.all.min.js and it works).

Thank you,
Dan

1 Answer, 1 is accepted

Sort by
0
Alexander Valchev
Telerik team
answered on 28 Apr 2016, 09:06 AM
Hi Dan,

My recommendation is to use the custom download builder tool which will generate a script that will include all the components that you would like to use.

In case you want to do it manually please read this help topic as it explains what should be included:


Regards,
Alexander Valchev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
DropDownList
Asked by
Dan
Top achievements
Rank 1
Answers by
Alexander Valchev
Telerik team
Share this question
or