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

Multi month calendar postbacks

1 Answer 66 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Holly
Top achievements
Rank 1
Holly asked on 30 Mar 2009, 11:08 AM

 

<radCln:RadCalendar ID="RadCalendar1" runat="server" Font-Names="Arial,Verdana,Tahoma"

 

 

ForeColor="Black" Skin="WebBlue" MultiViewColumns="4" MultiViewRows="3"

 

 

CultureID="2057" CultureInfo="English (United Kingdom)"

 

 

SelectedDate="" AutoPostBack = "true" >

 

 

<WeekendDayStyle ForeColor="#CCCCCC" />

 

 

<CalendarTableStyle BorderStyle="Solid" BorderWidth="4px" />

 

 

</radCln:RadCalendar>

when I run this calendar, it runs fine except that there is a very slow full page postback when a date is selected. Am I doing anything wrong/is there something I can change in this setup or is the postback just something I have to live with.
Thanks in advance

 

1 Answer, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 30 Mar 2009, 12:03 PM
Hi Holly,

You can ajaxify your RadCalendar using an Ajax Manager inorder to avoid postbacks. Check out the following help link to understand how to make use of AjaxManager to ajaxify controls.
AJAX Manager

Thanks
Princy.
Tags
Calendar
Asked by
Holly
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or