This is a migrated thread and some comments may be shown as answers.

register custom skin in sharepoint 2010

1 Answer 5 Views
DataPager
This is a migrated thread and some comments may be shown as answers.
faisal
Top achievements
Rank 1
faisal asked on 27 Jan 2014, 11:57 AM
Hi 
I need help to register custom skins for whole my application (i.e in sharepoint 2010 branding)
In sharepoint I am using telerik controls in application page and also in the visual webpart.

I am trying to use this reference to register skin globally.
http://www.telerik.com/help/aspnet-ajax/introduction-skin-registration.html
"
 <appSettings>
       <!-- Sets the skin for all RadControls to Hay -->
       <add key="Telerik.Skin" value="Hay"/>
  </appSettings>
"
this is perfect way, just add the control and it pick the style automatically.
but, how I can use my own style sheets ( use existing with my own changes )?

Thanks
Faisal Janjua

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 30 Jan 2014, 10:05 AM
Hi Faisal,

You could set a global skin from the appSettings and at the same time override some of the styles with your own if needed. See the blog post below for more information on this matter:

http://blogs.telerik.com/aspnet-ajax/posts/08-06-17/how-to-override-styles-in-a-radcontrol-for-asp-net-ajax-embedded-skin.aspx

Regards,
Maria Ilieva
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the UI for ASP.NET AJAX, subscribe to the blog feed now.
Tags
DataPager
Asked by
faisal
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or