Hi,
SfSchedule asks at deletion, if I want to delete the whole series or only the one appointment I selected.
But how can I differentiate programmatically between whose two?
At OnActionBegin(Syncfusion.Blazor.Schedule.ActionEventArgs<Appointment> args) I do not see a difference in the content of args between those two possibilities.
This is what the debugger gives me:
How can I differentiate if only one appointment in a series has to be deleted or the whole series?
Also the item in "ChangedRecords" looks totally the same. Or is there a special property which has to be set?