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.
