Hi, in the attached image I'm seeing a thin gray line that I can't remove from the bottom of the every other row. I tried removing it by overriding the following styles I saw in the source since I thought it was part of the rgAltRow class but I had no luck
.rgAltRow .rgRow
{
background-image: none !important;
border-style:none !important;
}
Any help would be appreciated. I probably find these type of css formatting issues the most difficult to deal with regarding telerik controls since I'm not sure what I need to override.
Thanks, Dave
.rgAltRow .rgRow
{
background-image: none !important;
border-style:none !important;
}
Any help would be appreciated. I probably find these type of css formatting issues the most difficult to deal with regarding telerik controls since I'm not sure what I need to override.
Thanks, Dave