I have a screen that has numerous rag grids on it.
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.
.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.