Hi,
I am creating recurring appointment.I try to delete an appointment delete confirmation dialog popped up with two option
1.Delete this occurence
2.Delete series.
Now i want only to display (Delete series) option i am using following code,beacause of this delete Confirmation dialog not shown.
function OnClientRecurrenceActionDialogShowing(sender, eventArgs)
{
eventArgs.set_cancel(true);
eventArgs.set_editSeries(true);
}
Is there any way to show only one option i,e (Delete series) ? Can anyone Help ?
Thanks,
Ruchir
I am creating recurring appointment.I try to delete an appointment delete confirmation dialog popped up with two option
1.Delete this occurence
2.Delete series.
Now i want only to display (Delete series) option i am using following code,beacause of this delete Confirmation dialog not shown.
function OnClientRecurrenceActionDialogShowing(sender, eventArgs)
{
eventArgs.set_cancel(true);
eventArgs.set_editSeries(true);
}
Is there any way to show only one option i,e (Delete series) ? Can anyone Help ?
Thanks,
Ruchir