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

Delete confirmation with TemplateId

1 Answer 120 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Stefano
Top achievements
Rank 1
Stefano asked on 02 Sep 2013, 03:38 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 problem?
Thanks,
Stefano Tassara

1 Answer, 1 is accepted

Sort by
0
Stefano
Top achievements
Rank 1
answered on 03 Sep 2013, 04:07 PM
Sorry, I just realized this wasn't posted in the right forum, now I have posted it in the Asp.net MVC forum.
Tags
Scheduler
Asked by
Stefano
Top achievements
Rank 1
Answers by
Stefano
Top achievements
Rank 1
Share this question
or