vote up 3 vote down star

Telerik RadControls have builtin support for skinning and uses CSS to style all their controls. However, when plugging these controls into an existing website, what is the best way to merge the styles of the existing site with RadControls own styles?

Update: Given the following options (thanks to Zhaph):

  1. Add the RadControl's CSS to my site
  2. Make the RadControls look more like my site
  3. Add my sites CSS selections to the RadControl style lists

What would be the best option?

Option 2 would require that I maintain two sets of styles going forward. So preferably option 1. That would enable reuse of the RadControls style system across the site, e.g. have buttons and simple controls look the same.

flag

Do you mean how to add the RadControl's CSS to your site, or how to make the RadControls look more like your site, or how to add your sites CSS selections to the RadControl style lists? – Zhaph - Ben Duguid Sep 12 at 9:54
Whichever is the easiest. I know RC can be styled to look like my site, but then I would have to maintain two sets of styles going forward. – Peter Lillevold Sep 12 at 9:59

2 Answers

vote up 1 vote down check

I have to admit, I've not used the RadControls for some time - we used the CMS RadEditor on a few CMS sites, and that could automatically pick up your style sheets, and add the classes to its list, or you could add some manually.

Looking that the documentation, some bits might help:

  1. RadEditor CSS Classes and Their Use - Although usually these are added automatically by the controls I thought?
  2. The link for 1. also tells you how to do this
  3. A couple of options
    • External CSS Files, which states "By default RadEditor for ASP.NET AJAX uses the CSS classes available in the current page", but also shows how to load other style sheets.
    • Using the ToolsFile.xml - Scroll down to the <class> element.
link|flag
Thanks! I'll dig into these! – Peter Lillevold Sep 12 at 10:26
vote up 0 vote down

I ended up doing a combination. Using the FormDecorator enables reuse of the RadControls styles on my own buttons and inputs. Also, copying the skins provided by Telerik into my ASP.Net theme enabled customizing the skins.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.