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 make my kendo dropdown list readonly?

I have a dropdownlist and i need to make it read only when user opens the page.But it needs …

kendo-ui kendo-dropdown
Kendo UI Dropdownlist: how add new elements dynamically

How can I add a new item in a Kendo DropDownlist, if it doesn't exist in the datasource? Example: the …

javascript jquery kendo-ui kendo-dropdown
Kendo UI Custom Dropdownlist - multiple column for datatextfield and single for datavaluefield

I want to have multiple datatextField column as im returning a custom List which returns me list with property Name,…

kendo-ui kendo-asp.net-mvc kendo-dropdown
Multiple Filter on kendogrid not working

I'm trying to put 2 filters on kendo grid with 'OR' logic. It's not working. I need the grid to be …

kendo-ui kendo-grid kendo-dropdown kendo-datasource