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.

how to get selected value for Kendo DropDownList

I can't figure out how to determine which item is selected in the my kendo dropdownlist. My view defines it's …

kendo-ui kendo-dropdown
How to Get Dropdown's Selected Item's text in Kendo UI?

I am using Kendo UI Controls. I want to get the selected text of the dropdown list in jquery. I …

asp.net kendo-ui dropdownbox kendo-dropdown
how to set a default value to kendo ui dropdown?

I am using a kendo UI DropDownList control, how can we set a default value to the DropDownList? I have …

kendo-ui kendo-dropdown
How to set default value in Kendo DropDownList

I have a Kendo DropDownList, but strangely enough I can not set its initial value. Html.Kendo().DropDownList() .Name("PersonalCoachName") .…

kendo-ui kendo-dropdown
get selected id of kendo drop down value

how to get id of selected name from dropdown. whene select Apples then got id 1and select Oranges then 2. this …

javascript html drop-down-menu kendo-ui kendo-dropdown
Kendo UI DropDownList as Multi Select with CheckBox

I'm Using Kendo UI MVC wrapper. I need a DropDownList with checkbox for each item to allow me select multiple …

kendo-ui kendo-dropdown
Get kendo dropdownlist value/text/index in selected kendo grid mvvm

I'm able to add a kendo dropdownlist into kendo grid by template scenario below: <script type="text/x-kendo-template" id="…

kendo-ui kendo-grid kendo-dropdown kendo-mvvm
kendo dropdown list select option label by default

I have a dropdown list created using kendo library. I have added a option label default text which I want …

jquery drop-down-menu kendo-ui kendo-dropdown
Set the selected option by value in the Kendo DropDownList

I have a kendo ui dropdownlist with angularjs in my html: <select kendo-drop-down-list="dropdownlistCatalogs" k-options="optionsDropDownListCatalogs" data-role="dropdownlist" style="…

angularjs kendo-ui kendo-dropdown
Add Item To kendoDropDownList

I am trying to add a item to the kendoDropDownList, it seems to add the option but not set the …

javascript jquery kendo-ui kendo-dropdown