Click here to Skip to main content
15,886,801 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi guys, i am trying to implement autocompleted combobox. For this I am using the code from this link.

http://jsfiddle.net/n7xuD/[^]


but here the issue is i cannot select the values that i get in dropdown. Please help me solve this issue.

I have used this in my layout.cshtml file

HTML
@Scripts.Render("~/bundles/jquery")
@Scripts.Render("~/bundles/bootstrap")
@RenderSection("scripts", required: false)



<link rel="stylesheet" type="text/css" href="http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css">
<link href="~/css/test.css" rel="stylesheet" />

<script src="~/js/test.js"></script>
<script src="~/js/scripts.js"></script>
<script type="text/javascript" src="http://code.jquery.com/ui/1.9.2/jquery-ui.js"></script>


If i put bootstrap bundle first and then jquery i can select but during that, i cannot populate my combobox with new values.

Thanks
Posted
Updated 24-Aug-15 6:11am
v2
Comments
Andy Lanng 24-Aug-15 12:30pm    
I can select them just fine. I can type search and use the drop down.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900