| <rad:GridHyperLinkColumn AllowFiltering="False" |
| DataNavigateUrlField="AppraisalID" ShowSortIcon="False" Text="View" |
| UniqueName="column" |
| DataNavigateUrlFormatString="~/Appraisals/Details.aspx?id={0}"> |
| </rad:GridHyperLinkColumn> |

| <style type="text/css"> | |
| .RadScheduler_Office2007 .rsMonthView div.rsWrap | |
| { | |
| height:15px; | |
| width:100%; | |
| } | |
| .rsAptContent.AppClass .rsAptInner, .rsAptContent.EventClass .rsAptInner | |
| { | |
| line-height: 12px !important; | |
| border-top:Solid 2px #555; | |
| padding-left:3px; | |
| } | |
| .rsAptContent.AppClass .rsAptInner | |
| { | |
| background-color:#BF7F3F; | |
| } | |
| .rsAptContent.EventClass .rsAptInner | |
| { | |
| background-color:#4B71A2; | |
| } | |
| .RadScheduler_Office2007 .rsMonthView .rsCell | |
| { | |
| height:75px !important; | |
| } | |
| </style> |
Are there any updated asp.net skin files available for each of the RAD controls. I want to be able to use asp.net themes. There is a link here for this sort of thing http://www.telerik.com/support/product-skins-downloads.aspx, but the downloads do not seem to be up to date.
As an example for the calendar I would need a skin file that has the following in it:
<
telerik:RadCalendar Runat="server"
EnableEmbeddedSkins="False"
Skin="Default"
NavigationNextImage="Calendar\arrowRight.gif"
FastNavigationNextImage="Calendar\fastNavRight.gif" NavigationPrevImage="Calendar\arrowLeft.gif"
FastNavigationPrevImage="Calendar\fastNavLeft.gif" >
</telerik:RadCalendar>
I could do something similar for each of the Rad controls, but it would be repetitive. Is there any place I can get these skin files from? It would be usefull if these came with the RAD download.
