BoldDeskBoldDesk is now live on Product Hunt with a special offer: 50% off all plans. Let's grow together! Support us.
Hi
Amal,
Thank
you for your interest in Syncfusion products.
In the
Schedule control by default the there is an alert box while delete the
appointments and for the drag and drop you can specify your custom message box
in the Appointment drag and drop events.
To find
more about this you can refer the following link,
Regarding
your second query,
With
the given information we have suspect that the query is related to visibility
of “ContextMenu” while right click the appointment. If so you can set the “ContextMenuType”
property of the Schedule as Custom.
Please
find the attached sample for the above queries.
If
the above solution was not satisfy your query, please revert us back with more
information by thus we could assist you better.
Regards,
Joy Oyiess Rex K
Hi Amal,
We can handle the Drag and Drop operation property either
before dragging the appointment or after dropped using the property
AllowDragAndDrop. We cannot handle it in the middle of drag and dropping, instead
we can achieve your requirement through the workaround.
Workaround:
In the AppointmentDropped event of the Schedule, we can
choose the position of the appointment to be placed, either in the previous or
new position after the appointment dropped based on the MessageBoxResult value.
We have attached a sample for the same.
Please let us know, if you have any further assistance.
Regards,
Joy Oyiess Rex K