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

Grid line issues with Freeze Pane and Grid Height

1 Answer 59 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ashok
Top achievements
Rank 1
Ashok asked on 14 Jul 2015, 02:01 AM

Hi

 We are using Q2 hot fix release of Telerik Kendo MVC UI Grid controls. We are using Freeze Columns and Fix height of Grid control. With this when grid is not filled with data, we see vertical line. Is there a way to get rid of that line?

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 15 Jul 2015, 03:36 PM
Hi Tejas,

It is possible to remove that border with CSS:


.k-grid .k-grid-header-locked,
.k-grid .k-grid-content-locked {
    border-color: transparent;
}
 
.k-grid .k-grid-header-locked + .k-grid-header-wrap th:first-child,
.k-grid .k-grid-content-locked + .k-grid-content td:first-child
{
    border-left-width: 1px;
}


Regards,
Dimo
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Grid
Asked by
Ashok
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or