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

How to edit scedule event window

6 Answers 276 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Alan Mosley
Top achievements
Rank 1
Alan Mosley asked on 18 Jul 2013, 08:36 AM
when clicking on a event in the schedule, it opens a window, how can we edit that window, or replace it with another,
 thanks.

6 Answers, 1 is accepted

Sort by
0
Vladimir Iliev
Telerik team
answered on 18 Jul 2013, 11:28 AM
Hi Alan,

 
You can define custom editor template using the Template method of the Scheduler Editable settings to create custom editor.

Kind Regards,
Vladimir Iliev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Alan Mosley
Top achievements
Rank 1
answered on 17 Aug 2013, 10:01 AM
Thanks for your reply, I have only just got back to this job, and I have read the links you posted, but I cant see how to do this with MVC wrappers. I cant find the template property or am I missing something?
Thanks
0
Accepted
Vladimir Iliev
Telerik team
answered on 20 Aug 2013, 03:03 PM
Hi Alan,

 
Basically I was linked the Template method in my previous reply, however for convenience I included example of defining such custom template:

  • Set the Editor template of the Scheduler:
    .Editable(e => e.TemplateId("yourTemplateId"))
  • Define the "yourTemplateId":  
    <script id="yourTemplateId" type="text/x-kendo-template">   
        Your template here
    </script>
  •    
Kind Regards,
Vladimir Iliev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Alan Mosley
Top achievements
Rank 1
answered on 21 Aug 2013, 12:40 AM
Thanks Vlad,
I did look at that, but intelesence gave a true and false for editable, I did not see the overload. Sorry to bother you.
Thanks' again
0
Vladimir Iliev
Telerik team
answered on 21 Aug 2013, 06:46 AM
Hi Alan,

I tried to reproduce the problem locally but to no avail – everything is working as expected on our side (please check this screencast). If you still unable to find this overload I would suggest to try reinstalling the KendoUI 2013 Q2 installation. 

Kind Regards,
Vladimir Iliev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Alan Mosley
Top achievements
Rank 1
answered on 21 Aug 2013, 07:22 AM
You misunderstand me, I found the overload now, I did not notice it the first time. sorry to waste more of your time.
Thanks
Tags
Scheduler
Asked by
Alan Mosley
Top achievements
Rank 1
Answers by
Vladimir Iliev
Telerik team
Alan Mosley
Top achievements
Rank 1
Share this question
or