Telerik blogs

 All you need to create your own custom skin for RadGrid is to copy one of our existing skins and change desired CSS settings. To do this you need to perform following steps:

  • Copy one of our existing skins (for example Gray skin) in your application.
  • Replace all occurrences of "_Gray" with your skin name (for example "_MyCustomSkin") in the CSS file.
  • Change urls for the images (and other desired settings) in the CSS file.
  • Register your CSS file in the HEAD tag of your page.
  • Set Skin="MyCustomSkin" and EnableEmbeddedSkins="false" for RadGrid.

 

The result: Your own custom grid look and feel in just 5 minutes!

Untitled 

[Download]


About the Author

Vladimir Enchev

is Director of Engineering, Native Mobile UI & Frameworks

Comments

Comments are disabled in preview mode.