As per the title, is it possible to have the title field populated via a DropDown in the popup editor rather than a text field?
I'm using razor to generate the scheduler.
Thanks.
2 Answers, 1 is accepted
0
Accepted
Rosen
Telerik team
answered on 23 Sep 2013, 09:06 AM
Hello Sean,
You can use the edit event to get reference to the popup editor container and to modify its content. As in this instance to find the title input element and instantiate a KendoUI DropDownList widget. For example:
function edit(e) {
//find the title element and create a DropDownList bound to the all event titles