Hello, I would like to hide all borders in the vista grid. I was able to hide the separator lines using the following css. However, there are still boxes showing around the child objects in my hierarchy grid. What other css tags do i need to add?
.RadGrid_Vista .GridRow_Vista td,
.RadGrid_Vista .GridAltRow_Vista td
{
border:none;
}
.RadGrid_Vista .GridRow_Vista td,
.RadGrid_Vista .GridAltRow_Vista td
{
border:none;
}