Completed
Last Updated: 15 Feb 2021 17:47 by ADMIN
Release 2021.R1.SP.next
omti
Created on: 21 Jan 2021 15:09
Category: Grid
Type: Bug Report
0
The text of the columns is overlapping when scrolling Grid with sticky columns

Bug report

When there are sticky columns in Grid and the horizontal scrollbar is visible, the text of the columns is overlapping while scrolling.

Reproduction of the problem

  1. Open the Dojo in fullscreen
  2. Resize the browser in order for the horizontal scrollbar to be visible and scroll

Current behavior

The text of the columns is overlapping

Expected/desired behavior

The text of the columns in Grid should not overlap whiles scrolling

Workaround

window.addEventListener('resize', function(){ $("#grid").data().kendoGrid._updateStickyColumns(false); });

Dojo

Environment

  • Kendo UI version: 2021.1.119
  • Browser: [all ]
0 comments