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

External edit in RadDock with context menu

1 Answer 57 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Kasper Bergmann
Top achievements
Rank 1
Kasper Bergmann asked on 14 Jan 2009, 12:29 PM
Hi

I'm trying to combine external edit in RadDock with context menu. I can not get the edit form displayed from the context menu. I guess the following in the code-behind has to be changed:
RadScheduler1.ShowInlineEditForm(apt, editSeries);
RadScheduler1.ShowInlineInsertForm(timeSlot);

But change to what? I have tried ShowAdvancedEditForm and ShowAdvancedInsertForm without luck.

Regards,

Kasper Bergmann

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 22 Jan 2009, 04:33 PM
Hi Kasper,

Merging functionalities from the two examples is not as trivial as calling
RadScheduler1.ShowInlineEditForm(apt, editSeries);
RadScheduler1.ShowInlineInsertForm(timeSlot); 
 
For your convenience, I have prepared a demo sample of the desired functionality. I use hidden fields to pass values from the client to the server. Let me know if you have any questions when reviewing the code.

Regards,
Peter
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Scheduler
Asked by
Kasper Bergmann
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or