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