Posted 04 Apr 2011 Link to this post
If
e.Day.
Date
>= startDate
AndAlso
<= endDate
Then
e.Cell.Attributes.Add(
"class"
,
"singleItem"
)
End
Posted 05 Apr 2011 Link to this post
.singleItem a
{
color
:
#ff0000
!important
;
}
Posted 07 Apr 2011 Link to this post
I would suggest you to review the following online example which demonstrates similar scenario. Test it on your side and verify if this helps. http://demos.telerik.com/aspnet-ajax/calendar/examples/programming/customdaycellrendering/defaultcs.aspx Regards, Maria Ilieva the Telerik team
Posted 13 Apr 2011 Link to this post
Posted 19 Apr 2011 Link to this post
I'm not completely sure if I correctly understand your requirement and the exact functionality you need to achieve. Please provide some more information on your scenario and the look you want to achieve so we could provide more to-the-point approach.
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.
Posted 21 Apr 2011 Link to this post
Posted 27 Apr 2011 Link to this post