Top "Kendo-combobox" questions

The Kendo ComboBox represents a richer version of a <select> element, providing support for local and remote data binding, item templates, and configurable options for controlling the list behavior.

kendo ui select a specifix index/text during first load

The problem i am running into is that during the first load of the page i want to read the …

javascript kendo-ui kendo-combobox kendo-dropdown
Handling server filtering with Kendo ComboBox

I'm trying to handle filtering of Kendo UI ComboBox on server side. I have the following codes in the view $(…

asp.net-mvc-4 kendo-ui kendo-combobox
Default select kendo combobox

I use KendoUI ComboBox and I want to put a default select item. In KendoUI ComboBox I didn't find the …

javascript kendo-ui kendo-combobox
How to bind a model to a kendo Combobox in order to use the models validatation?

I am trying to use my viewModel to validate a form both client side and server side. I have got …

c# asp.net-mvc-5 kendo-asp.net-mvc kendo-combobox