- Home
- Forum
- ASP.NET Core
- Schedule not saving
Schedule not saving
Some additional information: If I drag and drop or expand (with the mouse) one item in the schedule, it updates the database and it works. If I click on the item and then click on Edit Appointment : after I select all my options and click save... I get the error:
in Batch([FromBody] EditParams param)
Because param is null. I am not sure what am I missing. Please advise.
Thanks
I solve part of the problem: the fields
public int AllDay { get; set; }
public int Recurrence { get; set; }
HAVE to be boolean. My mistake! After that the item in the calendar get updated even using the option of edit appointment, however: I have to refresh the page to see the changes. Still looking for a solution on that issue.
The solution was here:
https://www.syncfusion.com/forums/127600/schedule-clearing-all-appointments-after-batch
Thanks
The reported issue is fixed in latest version 15.2.0.46 where it is not required to use create event function, as done in https://www.syncfusion.com/forums/127600/schedule-clearing-all-appointments-after-batch
- 4 Replies
- 2 Participants
-
LE Leon
- Jul 7, 2017 03:00 PM UTC
- Jul 10, 2017 04:24 AM UTC