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
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