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

[Solved] How to customize the New Appointment form?

3 Answers 117 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Anand S
Top achievements
Rank 1
Anand S asked on 12 Aug 2009, 04:00 PM
Hi,

How to customize the new appointment form. In our project we need to add grids related  to  two other entities.
How can we  customize the new appointment form  to  add these  grids and save into our  custom tables ?

Thanks

Anand

3 Answers, 1 is accepted

Sort by
0
Bob Everland
Top achievements
Rank 1
answered on 13 Aug 2009, 07:19 PM
I am trying to do this as well. I tried following the example support gave me here http://www.telerik.com/community/forums/aspnet-ajax/scheduler/advancedform-modal-advancededittemplate.aspx ,but it doesn't seem to be working.
0
Bob Everland
Top achievements
Rank 1
answered on 13 Aug 2009, 09:27 PM
The post I reference works, you just have to call the advanced form so either OnClientTimeSlotClick or outside of the scheduler

var rs = $find("<%= RadScheduler1.ClientID %>"); 
var curDate = new Date(2009, 1, 31); 
rs.showAdvancedInsertForm(curDate); 

0
Peter
Telerik team
answered on 14 Aug 2009, 08:55 AM
Hi,

You can use Templates:
http://demos.telerik.com/aspnet-ajax/scheduler/examples/templates/defaultcs.aspx

You could also take advantage of the supplied user controls for the advanced form:
http://demos.telerik.com/aspnet-ajax/scheduler/examples/advancedformtemplate/defaultcs.aspx



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
Anand S
Top achievements
Rank 1
Answers by
Bob Everland
Top achievements
Rank 1
Peter
Telerik team
Share this question
or