or
EnableEmbeddedScripts
="false"
If i set it true then there is no issue. But on mouse over and click events color changes are not working as i change in the client side.
<
telerik:RadCalendar ID="calCurrentMonth" FirstDayOfWeek="Sunday" DayNameFormat="Short"
runat="server" ShowRowHeaders="False" EnableEmbeddedScripts="false" EnableEmbeddedBaseStylesheet="False"
EnableEmbeddedSkins="False" EnableViewState="true" EnableMultiSelect="false"
Skin="Custom">
</telerik:RadCalendar>

