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

Customize the rad scheduler

1 Answer 48 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
vairam
Top achievements
Rank 1
vairam asked on 03 Jun 2009, 04:38 PM
Hi

My table have the columns

EventID
EventName
StartTime
EndTime
Location
Speakers

This is my radScheduler control code

<

 

telerik:RadScheduler ID="RadScheduler1" runat="server" Skin="Mac" Style="position: static">

 

 

</telerik:RadScheduler>

 


RadScheduler1.DataKeyField =

"EventID";

 

RadScheduler1.DataSubjectField =

"EventName";

 

RadScheduler1.DataStartField =

"StartTime";

 

RadScheduler1.DataEndField =

"EndTime";

 

RadScheduler1.DataBind();


What i want is Event Name should be display as a link .When i click on the link it will go to event edit page instead of reoccurrence page and also when i mouse over the event name it will display all the  information about the event(Location,Speakers,StartTime,EndTime) in tooltip.How can i do this?


Regards
Vairam


1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 04 Jun 2009, 10:58 AM
Hello vairam,

You should use Templates for this case.

If you need external editting of appointments, there are several approaches you can follow:

http://www.telerik.com/help/aspnet-ajax/schedule_howtoreplacingtheeditform.html

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

http://www.telerik.com/community/forums/aspnet-ajax/scheduler/recurrence-in-new-page.aspx

Finally, we have a RadTooltip with RadScheduler demo:
http://demos.telerik.com/aspnet-ajax/scheduler/examples/radtooltip/defaultcs.aspx

I hope these resources help you get started.


Best wishes,
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
vairam
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or