Top "Kendo-dropdown" questions

The Kendo Dropdown 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.

I am not getting placeholder in kendo dropdownlist.Can any one suggest me for solution

I am not getting placeholder in kendo dropdownlist. Can any one suggest me for solution HTML <input id="inp1" …

kendo-ui kendo-dropdown
Kendo UI Web - DropDownList: select event doesn't return selected value properly

I am binding a DropDownList widget to select event like so: var items = [ { text: 'Item 3', value: '3' }, { text: …

javascript jquery web kendo-ui kendo-dropdown
Kendo Grid filtering is not working

Here is my MVC view code :- <div id="reportsDb"> <div id="grid"></div> &…

telerik filtering kendo-grid kendo-dropdown
Angular + Kendo: Default placeholder for drop down list

I was wondering how to set placeholder for drop down list in kendo ui + angular. Currently I have: Template <…

javascript angularjs kendo-ui telerik kendo-dropdown
Get Count/Length/Size of Kendo UI DropDownList

I am tring to get count of Kendo UI DropDownList but I am not getting right value. By taking count …

javascript jquery asp.net-mvc kendo-ui kendo-dropdown
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
How to bind list of string in kendo dropdownlist

Hello I am using Kendo for ASP.NET MVC. I have list of string containing data [0]="str1" [1]="str2"... and so …

c# asp.net-mvc kendo-ui kendo-asp.net-mvc kendo-dropdown
Kendo DropDownList in Grid shows value after selection

I'm trying to use a drop-down list in my grid. This is my grid definition: $("#grid").kendoGrid({ editable: true, dataSource: { …

javascript kendo-ui kendo-grid kendo-dropdown
Kendo DropdownList and ng-model doesn't work

I have a Kendo Dropdownlist bound to an ObservableArray/DataSource. It duly fills the values from array. But when I …

angularjs kendo-ui kendo-dropdown angular-kendo
Creating a kendo dropdown list inside a kendo template

<script id="myTmpl" type="text/x-kendo-tmpl"> <div id="myDropDown"> </div> </script> That's …

jquery kendo-ui kendo-dropdown kendo-datasource