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

ComboBox didn't displayed correctly in Asp.net MVC

1 Answer 78 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Rana
Top achievements
Rank 1
Rana asked on 02 Apr 2014, 08:14 PM
I'm work on asp.net mvc application, I used kendo UI controls in my application
I added many controls from kendo UI tools ,it worked correctly
when I tried to add Html.Kendo().ComboBox() tool it displayed in browser like text field not combo box and it didn't displayed any item of the control
I wrote the following example

@(Html.Kendo().ComboBox().Name("kcombobox").Placeholder("Select a value...") .BindTo(new string[] {"Bulgaria", "United States", "India","Australia", "United Kingdom"}  ) )

so where is the problem please

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 04 Apr 2014, 11:51 AM
Hi Rana,

Most probably there is a Javascript error on the page - please check.

A list of possible JS errors caused by commonly made mistakes is available in our documentation:

http://docs.telerik.com/kendo-ui/getting-started/troubleshooting

In case your scenario is different and the above information is not relevant, please provide a live URL or a runnable demo.

Regards,
Dimo
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
ComboBox
Asked by
Rana
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or