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

Rounded grid

1 Answer 69 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Eric Klein
Top achievements
Rank 1
Eric Klein asked on 20 Nov 2013, 08:53 PM
I have a screen that has numerous rag grids on it.
.RadGrid
{
    border-radius: 10px;
    overflow: hidden;
}

This code works great it rounds all the grids, but I would like to control which grids are rounded.  I have a few hierarchical grids and I do not ant the inner grid to have rounded corners

This code is in my main site.css and I want to keep it there.  I have tried #name but that is not the most ideal nor did it work.  I would like to add a cssclass name to the grids that I want the rounded corners on.

1 Answer, 1 is accepted

Sort by
0
Eric Klein
Top achievements
Rank 1
answered on 20 Nov 2013, 08:56 PM
Ok nevermind as I was writing that post I figured it out.  I need to use CssClass in the Rad Grid not Class.
Tags
Grid
Asked by
Eric Klein
Top achievements
Rank 1
Answers by
Eric Klein
Top achievements
Rank 1
Share this question
or