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
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