Delete Appointment Problem

Hi there,
i've a delete appointment shortcut x key click problem. its not working (see attch). its probably scripts err. whats i do scripts sort order ?
ps. Keyword 'delete' key is worked.
Thanks a lot.

Attachment: delete_erros_8b621838.rar

1 Reply

KK Karthigeyan Krishnamurthi Syncfusion Team February 27, 2017 10:21 AM UTC

Hi Mesut,   
   
Thank you for contacting Syncfusion support.   
   
The reported issue will occur only after re-rendering the Scheduler without properly destroying the previous one. If you are re-rendering the Scheduler at any case kindly destroy the old one as shown below.   
 
<Code> 
if (!ej.isNullOrUndefined($("#Schedule1").ejSchedule("instance"))) //here we are checking if old Schedule elements are present 
        $("#Schedule1").ejSchedule('destroy'); // here destroying the old one 
</Code> 
 
If the above solution doesn’t fix the issue, kindly share the code example/sample (if possible)/image/video demo which clearly depicts your issue to serve you better.   
  
Regards,   
Karthigeyan   


Loader.
Up arrow icon