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

Frozen columns. Bug. White box.

1 Answer 108 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Alex
Top achievements
Rank 1
Alex asked on 05 Mar 2020, 03:37 PM

When I use frozen columns I have a white box below the columns. But if I change the size of the browser by at least 1 pixel, this bug disappears

 

I tried to fix this bug in this way

var lockedGrid = (document.getElementsByClassName("k-grid-content-locked"))[0];

lockedGrid.style.height = 'auto';

 

It works. But if I use pagination, filtering or sort then this white box appears again.

Kendo version in project v2016.2.607

 

1 Answer, 1 is accepted

Sort by
0
Ivan Danchev
Telerik team
answered on 09 Mar 2020, 12:07 PM

Hello Alex,

I don't recognize the theme you are using, but here is a dojo example in which a Grid is styled by our bootstrap theme (v2016.2.607) and configured with frozen columns: https://dojo.telerik.com/ImIvipUT

The white space is just as high as the scroll bar, unlike the screenshot you attached. Could you modify the example accordingly so that it demonstrates the issue and link it back for further review?

Regards,
Ivan Danchev
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
Grid
Asked by
Alex
Top achievements
Rank 1
Answers by
Ivan Danchev
Telerik team
Share this question
or