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

Delete confirmation with TemplateId

1 Answer 42 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Stefano
Top achievements
Rank 1
Stefano asked on 03 Sep 2013, 04:05 PM
Hi,
I am using the Asp.Net Mvc Wrapper for the scheduler control. I noticed that if I specify an editor template, the delete confirmation message does no longer appear:

To clarify, with this declaration the confirmation message does not appear:

.Editable(e => { 
 e.TemplateId("editEventTemplate");
e.Confirmation(true);
 }) 

If I remove all the "Editable" configuration or if I leave just the Confirmation part, it works correctly:

.Editable(e => { 
e.Confirmation(true);
 }) 

What could be the reason for this strange behaviour?
Thanks,
Stefano Tassara

1 Answer, 1 is accepted

Sort by
0
Vladimir Iliev
Telerik team
answered on 05 Sep 2013, 07:57 AM
Hi Stefano,

 
Please note that this issue is already fixed in the latest internal build of KendoUI for ASP.NET MVC which is available for download from your account at telerik.com.

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!
Tags
Scheduler
Asked by
Stefano
Top achievements
Rank 1
Answers by
Vladimir Iliev
Telerik team
Share this question
or