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

No matter what I do I cannot get ComboBox to work getting error that object is not defined.

2 Answers 37 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
sta
Top achievements
Rank 1
sta asked on 03 Apr 2013, 02:11 AM
Hi Guys,
I was trying to follow your instructions, downloaded couple test projects from this forum, but I cannot make ComboBox show up without error unfortunately. The error is attached as image.  

Unfortunately I cannot attach project archive here, its 3.2 MB. You can find the archive here:
https://mega.co.nz/#!iVBERZBS!GxynyTs87MJHuzOub4VoBw4iSSUmDv7cOxP3ml0kp

Can you please take a look, I was just trying to show simple ComboBox on /Home/Index.cshtml

Thank you in advance!

2 Answers, 1 is accepted

Sort by
0
Petur Subev
Telerik team
answered on 04 Apr 2013, 01:37 PM
Hello Sta,

Did you check the troubleshooting guide?

http://docs.kendoui.com/getting-started/using-kendo-with/aspnet-mvc/troubleshooting#javascript-error-that-kendo-widgets-are-unavailable-or-undefined

I assume that the jQuery script is loaded more than once.


Kind Regards,
Petur Subev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
sta
Top achievements
Rank 1
answered on 05 Apr 2013, 12:13 AM
Hi Petur,
Thank you very much, you're absolutely right, I removed the double inclusion and then struggled a little with bundling.  For some reason it wasn't working for me. I replaced bundles with direct scripts, it started working, and then put bundles back again (removing direct inclusion) and it started working then. Very strange, but this is what happened. 
Anyway, thank you for your help.
Tags
ComboBox
Asked by
sta
Top achievements
Rank 1
Answers by
Petur Subev
Telerik team
sta
Top achievements
Rank 1
Share this question
or