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.
thanks.
6 Answers, 1 is accepted
0
Hi Alan,
Vladimir Iliev
Telerik
You can define custom editor template using the Template method of the Scheduler Editable settings to create custom editor.
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
Thanks
0
Accepted
Hi Alan,
Vladimir Iliev
Telerik
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>
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
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
Hi Alan,
Vladimir Iliev
Telerik
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.
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
Thanks