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

[Solved] switch Month View to Day View programmatically

3 Answers 119 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Susan Sun
Top achievements
Rank 1
Susan Sun asked on 13 Aug 2009, 05:47 PM
I would like to put some summary items in the certain days of the Month View's  and I will put "More details..." as a LinkButton below the summary item in the same day.  When I click "More Details...", it should be able to switch to the "Day View"  with all detail items arranged in certain time period (for example: 10:00 pm to 2:30 pm) for the day I pick.

I found a similar demo at http://demos.telerik.com/aspnet-ajax/scheduler/examples/contextmenu/defaultcs.aspx, but I couldn't the code behind to show me how to implement this scenario.

Could some body tell me where I can find the code to implement similar stuff?

Thank you very much for any help in advance.

3 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 14 Aug 2009, 10:08 AM
Hi Susan,

You can find the code of the Context menu demo at:

[your local installationi of RadControls]\Live Demos\Scheduler\Examples\ContextMenu

All the best,
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
Susan Sun
Top achievements
Rank 1
answered on 14 Aug 2009, 06:59 PM

Thank you very much for your reply.

I think the demo really facuses on the client events below:

 

  1. OnClientAppointmentContextMenu - called when an appointment has been right-clicked.
  2. OnClientTimeSlotContextMenu - called when an empty time slot has been right-clicked.

 

But I really like to know how to switch Month View to Day View  when a user click a specific day to show all the tems for that specific day with time arrangement programmatically.

0
Peter
Telerik team
answered on 17 Aug 2009, 11:09 AM
Hello Susan,

This functionality is provided out-of-the-box. Simply click on the date number in Month view and RadScheduler will switch to Day view of the corresponding date.


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
Susan Sun
Top achievements
Rank 1
Answers by
Peter
Telerik team
Susan Sun
Top achievements
Rank 1
Share this question
or