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

Creating a custom dialog box

3 Answers 135 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Sergio
Top achievements
Rank 1
Sergio asked on 25 Feb 2009, 03:37 PM
Hi to all,
using the RadScheduler ASP .NET Control, I need to create a custom dialog box when I (double) click on a cell of the calendar, instead of the Telerik's default one.
For doing this, in my C# code-behind, I created a "RadScheduler1_AppointmentClick" event handler, but I don't know how to procede.
I wish to create a very simple form/dialog box where I see a textbox and then I whish to add a button to save that value (managing the save click).
What can I do to achive that?
Thanks in advance.
Sergio

 

3 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 25 Feb 2009, 03:40 PM
Hello Sergio,

Please, check the External Edit in RadDock example. It will help you get started.


Peter
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Sergio
Top achievements
Rank 1
answered on 25 Feb 2009, 05:16 PM
Hi Peter,
first of all thank You very much for Your support.
I have copied and pasted the page of the example (both page and code-behind) but it gives me the following error:

'/Common/Header.ascx' does not exist

'/Common/HeadTag.ascx' does not exist
'/Common/Footer.ascx' does not exist

Do I need to create these custom controls or can I find them somewhere?
If I should create these custom controls, should I follow a precise pattern or am I free to create my own controls?
Thanks in advance.
Sergio

 

0
Peter
Telerik team
answered on 25 Feb 2009, 05:35 PM
Hi Sergio,

You can safely delete any references to these user controls. They are needed only for the online demos' framework.


Regards,
Peter
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Scheduler
Asked by
Sergio
Top achievements
Rank 1
Answers by
Peter
Telerik team
Sergio
Top achievements
Rank 1
Share this question
or