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

How to Implement RadCalendar Client Side

1 Answer 78 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Ramanpreet
Top achievements
Rank 1
Ramanpreet asked on 06 May 2011, 10:10 AM
Hi,

I want to perform following actions on RadCalendar through client side using web methods.

1. Change inner Html and css of current Calendar cells on selection of any cell.
2. Disable, make a cell not selectable and change its style on rendering a new view.
3. Change current view of calendar on button click outside the calendar.

please guide me how can I implement all these through client side.

Issues facing:
1. Not able to add special days to calender from client side.
2. Css not persisting after hover on the Cell after performing event OnDayRender called by NavigateToDate Method.
3. Not able to make any cell disabled or not selectable.
4. Not able to find proper documentation on RadCalendar Client Side Programming other than this:
http://www.telerik.com/help/aspnet-ajax/calendar-client-side-basics.html


Thanks,
Ramanpreet Singh


1 Answer, 1 is accepted

Sort by
0
Vasil
Telerik team
answered on 12 May 2011, 09:03 AM
Hi Ramanpreet Singh,

Special days can be added only server side. Currently the RadCalendar is designed such a way that it could be styled only server side. You could change the inner HTML of any element but after the calendar repaints all changed will be lost. Here is a list of all public client-side functions of RadCalendar that you could use:
http://www.telerik.com/help/aspnet-ajax/calendar-client-side-rad-calendar.html

Greetings,
Vasil
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Calendar
Asked by
Ramanpreet
Top achievements
Rank 1
Answers by
Vasil
Telerik team
Share this question
or