This is a migrated thread and some comments may be shown as answers.

OnResize - custom popup/action

2 Answers 47 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Piyush Bhatt
Top achievements
Rank 2
Piyush Bhatt asked on 10 Mar 2008, 07:50 PM
I want to display a custom popup or a context menu in OnResizeEnd(). As soon as OnResizeEnd() happens, I can display context menu - but immediately the scheduler fires server side event. What I would want to do is to wait for some user's action before firing the user events. If I do 'args.set_cancel(true);' then it cancels the event and sets the appointment size back to normal. I need the appointment to be displayed with new size until user does some action or clicks Cancel.

Thanks,
piyush


2 Answers, 1 is accepted

Sort by
0
Piyush Bhatt
Top achievements
Rank 2
answered on 11 Mar 2008, 02:37 PM
Any answer on this?

I need something like alert() that blocks the execution of ResizeEnd(). I want to open up a RadWindow in this case and after hitting OK or Cancel I want to complete ResizeEnd() with set_cancel(true) or set_cancel(false).

This is same as what you do in case of Resizing Recurring appointment except that my appt is single and I need my own window to popup.

Is this possible?

-PIyush
0
Peter
Telerik team
answered on 13 Mar 2008, 02:32 PM
Hello Piyush,

This is not a supported scenario.


Peter
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Scheduler
Asked by
Piyush Bhatt
Top achievements
Rank 2
Answers by
Piyush Bhatt
Top achievements
Rank 2
Peter
Telerik team
Share this question
or