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

Custom Advanced Appointment Form

1 Answer 126 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Rupesh
Top achievements
Rank 1
Rupesh asked on 20 Mar 2012, 07:36 AM
Dear Sir,

http://demos.telerik.com/aspnet-ajax/scheduler/examples/customization/defaultcs.aspx 

I am referring above link.

I am trying to design advanced Appointment Form for creating new appointment and editing appointment.
But I am not getting from where appointment form is open modally. And where is this appointment form in sample code?

Can we open Appointment form on single click instead of double click?

Thanks
Rupesh

1 Answer, 1 is accepted

Sort by
0
Ivana
Telerik team
answered on 23 Mar 2012, 09:21 AM
Hello Rupesh,

If you are looking for Custom Advanced Form example you could refer to the following online example:
http://demos.telerik.com/aspnet-ajax/scheduler/examples/advancedformtemplate/defaultcs.aspx as well as the online documentation: http://www.telerik.com/help/aspnet-ajax/scheduler-customzing-advanced-form-advanced-templates.html (and the Code Libraries / Knowledge Base examples provided at the end of the article).

As for opening the advanced form on appointment click here is how it can be achieved:
function OnClientAppointmentClick(sender, args) {
    sender.editAppointment(args.get_appointment())
}
<telerik:RadScheduler runat="server" ID="RadScheduler1" OnClientAppointmentClick="OnClientAppointmentClick">
</telerik:RadScheduler>

The client and server APIs of the control:

Greetings,
Ivana
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Scheduler
Asked by
Rupesh
Top achievements
Rank 1
Answers by
Ivana
Telerik team
Share this question
or