Welcome to the ASP.NET Core feedback portal. We’re happy you’re here! If you have feedback on how to improve the ASP.NET Core, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

0
Votes

When we manually bind click action for block appointments to open editor window and edit it, script errors throws when saving the appointment.

https://stackblitz.com/edit/jbb4w1?file=index.js

event-window.js:1206 Uncaught TypeError: Cannot read property 'RecurrenceRule' of undefined
    at e.processCrudActions (event-window.js:1206)
    at e.<anonymous> (event-window.js:244)
    at e.notify (observer.js:84)
    at t.e.trigger (base.js:181)
    at e.onBeforeClose (event-window.js:224)
    at e.notify (observer.js:99)
    at t.e.trigger (base.js:181)
    at t.hide (dialog.js:1295)
    at e.eventSave (event-window.js:1141)