Unplanned
Last Updated: 03 Oct 2025 07:10 by Bengt
Bengt
Created on: 03 Oct 2025 07:10
Category: Grid
Type: Bug Report
1
Empty Grid displays horizontal scrollbar

Bug report

When the Grid has no data, a horizontal scrollbar appears.

Reproduction of the problem

Run the Dojo - https://dojo.telerik.com/cwVUBcpz

Current behavior

There is a redundant scrollbar.
When there is a record in the same Grid, the scrollbar does not appear.

Expected/desired behavior

There should be no scrollbar when the columns have no width set and the Grid has no data.

Workaround

<style>
    .k-grid-content-expander{
      width: 98% !important
    }
  </style>

Dojo - https://dojo.telerik.com/AFvkthmc

Environment

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