<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