Hello,
I have been unsuccessful adding a Kendo Dropdown list to a Kendo Toolbar.
Using the code below I can add a standard select to the items list.
items.Add().Template("<
select
id
=
'areaDropdown'
class
=
'k-dropdown k-ie k-select k-state-border-down'
/> ").Overflow(ShowInOverflowPopup.Never);
1) How can I replace this with a Kendo Dropdown List?
2) How can I make it read only?
3) How to I data bind the list to a member in the View Model of type List<SelectListItem>() ?
Thanks,
Reid