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

Adding Custom skin to Grid

2 Answers 113 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Venkateswarlu
Top achievements
Rank 1
Venkateswarlu asked on 16 Jun 2008, 08:04 PM
How do we add custom skin to Rad Grid  inASP.NET AJAX

2 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 17 Jun 2008, 04:52 AM
Hi Venkateswarlu,

Go through the following help articles.

Custom skins
Modifying existing skins/creating new skins

Thanks
Princy.
0
Venkateswarlu
Top achievements
Rank 1
answered on 17 Jun 2008, 02:59 PM
Hi Princy,
              Thanks for your reply. But I need to know what needs to be done regarding the Style Sheet while creating the custom skin. I have seen couple of style sheets for Built in skins for grid.Each  class with in css  end with skin name(Office2007 in exemple below).

.GridHeader_Office2007 a
{
 color: #284684;
 text-decoration: none;
 
}

.GridRow_Office2007
{
        height: 19px;
 font-family: Verdana, Helvetica, sans-serif;
 font-size: 11px;
 
 color: #284684;
 background-color:#FFFFFF;
 padding-left: 4px;
 text-align: left;
 vertical-align: middle;

}

Do I need to create Style Sheet in the same naming convention for my custom skin?  Is there any set of rules to be followed for creating  style sheet  for Rad grid to Identify the css Classes within the style sheet for custom skin

Tags
Grid
Asked by
Venkateswarlu
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Venkateswarlu
Top achievements
Rank 1
Share this question
or