This is a migrated thread and some comments may be shown as answers.

[Solved] Kendo Scheduler default edit template

3 Answers 169 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Markus
Top achievements
Rank 1
Markus asked on 10 Feb 2015, 02:59 PM
Hi

I want to extend the default edit template with only one field.

I have read through the documentation and it seems I have to replace the whole edit window - and recreating the default template to then add my custom field.

http://dojo.telerik.com/IqIYI

Can you please provide me (I did not find it) with the html code for the default edit popup so that I can add my field?

Many thanks

3 Answers, 1 is accepted

Sort by
0
Alexander Popov
Telerik team
answered on 12 Feb 2015, 11:56 AM
Hello Markus,

You can find examples of a custom editor template resembling the default one here and here. Alternatively, the edit event handler can be used to modify the editor container instead of using a template.

Regards,
Alexander Popov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Markus
Top achievements
Rank 1
answered on 13 Feb 2015, 09:55 AM
Hi Alexander

Thank you for your reply.

I am playing with the edit event handler and I am trying to simply add a field or select dropdown to the template and eventually reading that when the user changes it.

It seems the e object already contains the complete html code for the edit template, hence in order to add a input field would I have to change the html code somehow?

http://dojo.telerik.com/ATASE

Many thanks
0
Markus
Top achievements
Rank 1
answered on 13 Feb 2015, 10:30 AM
Alexander, I figured it out myself. I can "add" fields in the resource.

Thanks
Tags
Grid
Asked by
Markus
Top achievements
Rank 1
Answers by
Alexander Popov
Telerik team
Markus
Top achievements
Rank 1
Share this question
or