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

Add column borders to default skin

1 Answer 31 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Chris @ Intrinsic
Top achievements
Rank 1
Chris @ Intrinsic asked on 14 Oct 2010, 07:59 PM
Just wondering if there is an easy way to add column borders for the grid?  I am using the default skin. (I don't want to use another skin, just add css styles for the existing skin or modify it.)  Also,  How exactly would I modify the default skin?  I already looked at all the help on this, and it said to modify the skin, but since it is embedded, where exactly do I download it from?  I don't understand how I can just modify it if it is in the dll. 

Thank you.

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 15 Oct 2010, 06:52 AM
Hello,


Adding the following style will override the default style setting of grid and will show border for column. Checkout this.

Style:
<style type="text/css">
    .rgAltRow td
    {
        border-right: solid 1px gray !important;
    }
    .rgRow td
    {
        border-right: solid 1px gray !important;
    }
</style>



-Shinu.
Tags
Grid
Asked by
Chris @ Intrinsic
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or