Questions tagged [kendo-combobox]

The Kendo ComboBox represents a richer version of a

The Kendo ComboBox is a Javascript-based control that 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.


Related tags

192 questions
0
votes
1 answer

Incrementing/Decrementing the selected index on a Kendo combobox

I have a Kendo UI combobox that is populated with a list of items. I have two buttons, one for Incrementing and one for Decrementing the index on the combobox. The buttons have functions tied to the click event. The problem is that the…
Carlos Mendieta
  • 860
  • 16
  • 41
0
votes
1 answer

multiple cascading combobox

I have a combobox that I fill initially with products. Those products are filterable by Category, Subcategory(not relationated with Category), and TradeMark. I want to use cascading combo box, but, those solution works with two or more combo box…
dennitorf
  • 309
  • 1
  • 4
  • 13
0
votes
1 answer

Kendo Combo Box Load Child Based On First Combo Box

I'm fairly new to kendo I have a requirement to load Kendo Combo box lazily. Here is the scenario: I have two combo boxes Cmb 1 and Cmb 2. Cmb 1 has parent data and Cmb 2 has child data. My requirement is to load Cmb 2 data only after selecting Cmb…
Chinthaka Devinda
  • 997
  • 5
  • 16
  • 36
0
votes
2 answers

kendo knockout combobox event issue

html part event…
Ruchan
  • 3,124
  • 7
  • 36
  • 72
0
votes
1 answer

Knockout-kendo.js Dropdown Groupitems

I am trying to figure out how to group inside a combobox rendered using knockout-kendo.js. Here is my current code iteration.
Itanex
  • 1,664
  • 21
  • 33
0
votes
2 answers

Make Kendo UI DropDownList display the Title attribute of Select Control as a kendoTooltip

What do I need to do in order to make the Kendo UI DropDownList display the title attribute as a kendoTooltip? This is what I'm doing: http://jsfiddle.net/EdsonF/qDRv3/1/