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
2
votes
1 answer

How to add tooltip in kendo combobox?

Check StackBlitz project and suggest how to add tooltips to the dropdown, so that I am able to see tooltips for 'Small,' 'Medium,' and 'Large' dropdowns which is mentioned in StackBlitz project?
2
votes
1 answer

How can I reuse kendo-combobox jquery code to make multiple inputbox?

I want to pass HTML Id, ActionName to a jQuery function that can make a kendo comboBox on that input box. I've tried modular jQuery way but nothing helped me. Maybe I couldn't make that perfectly, but I tried my best.
Akash Khan
  • 33
  • 1
  • 5
2
votes
0 answers

How to add ellipses text overflowing of value in kendo combobox?

Currently, I have a few kendo Comboboxes in one line on my page and I am using MVVM to bind values to it. Each Combobox has the same template:
2
votes
2 answers

Create new Kendo UI DataSource from existing one

I have two Kendo UI Combo-Boxes which uses same back-end data, but if I apply same Kendo UI DataSource to both of them, then filter done on one filters second one also (which I don't want to happen). Is there any way to apply data of existing…
yogi
  • 19,175
  • 13
  • 62
  • 92
2
votes
1 answer

Kendo Grid Custom Flter Set Filter Value Programmatically

I am trying to programmatically set the filter value of a Kendo Grid Custom Filter. I'm applying my new filter values like: gridOptions.dataSource.filter = [ { field: 'MyField', operator: 'eq', value: newTextValue } ]; My…
Thomas Gassmann
  • 737
  • 1
  • 13
  • 27
2
votes
1 answer

Kendo Virtualization doesn't work as expected

I'm trying to bind a list to my kendo combobox, the list contains more than 30000 records, so I need virtualization feature. I checked this documentation: http://docs.telerik.com/kendo-ui/controls/editors/combobox/virtualization#valuemapper and…
Allen4Tech
  • 2,094
  • 3
  • 26
  • 66
2
votes
1 answer

Kendo UI: How to avoid server call when text entered in combobox is less than min length

I am using Kendo UI ComboBox "version:2016:1.112.545" and using "http://demos.telerik.com/kendo-ui/combobox/serverfiltering" as reference. I set the min length as three characters(search string) for the ComboBox. So when I type three characters a…
vineel
  • 3,483
  • 2
  • 29
  • 33
2
votes
1 answer

Kendo UI Cascading ComboBox: Child not disabled on clearing parent combobox

I am using Kendo UI MVC version "version:2016:1.112.545" in our project and there is a bug in Cascading ComboBox which can be reproduced in Telerik Demos in ASP.NET MVC, HTML5/JavaScript, JSP and PHP…
vineel
  • 3,483
  • 2
  • 29
  • 33
2
votes
1 answer

Hide Kendo UI Combobox options based on certain values

I have a kendo UI combobox that has values: User 1, User 2, User 3 and User 4 and I would to hide User 1 and User 2 and only show User 3 and User 4 based on a certain condition. Here is the Dojo for that. Kindly let me know how I can achieve the…
Neophile
  • 5,660
  • 14
  • 61
  • 107
2
votes
3 answers

Kendo combobox not show the Text corresponding to value from modal

I have a partial view with a combobox. When try to render partial view with modal(contains data from database), it shows only the value field. i want to show the text field of that value field. Help me please. @(Html.Kendo().ComboBoxFor(m =>…
Ajith
  • 343
  • 2
  • 23
2
votes
1 answer

KendoComboBox MVC find value and if exist select it, if not, select other value

I have a KendoComboBox, in MVC mode, these Combo load ok a list of values. Now, I need load these ComboBox but I need you to automatically preselect a certain value only if It exist in the list of values, if not find the value, preselect other…
Hernaldo Gonzalez
  • 1,977
  • 1
  • 21
  • 32
2
votes
1 answer

Sort items of Kendocombobox

I am using a Kendo ComboBox in my app with this code below: $("#txtSetorOrigem").kendoComboBox({ change : function (e) { if (this.value() && this.selectedIndex == -1) { alert('You must select a valid…
Rodrigo Zem
  • 270
  • 9
  • 17
2
votes
1 answer

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 all the validation working except for my Kendo Combobox. I have bound the model to the multiselect but I don't know how to distinguish between the list…
LoftyTowers
  • 563
  • 5
  • 24
2
votes
3 answers

Kendo Ui combobox - set default value

I successfully filled my combobox. But now I'm trying to set default value for combobox. For example let's say third value from source. This is my input and datasource: