[Bug][Grid] Grid border rendering issue when using scrollable none option in v9 #2754
Labels
Bug
Item which indicates that something is not working
KendoReact
pkg:Grid
SEV: Medium
triaged
mark the triaged issues with correct priority
I'm submitting a...
Bug report
Current behavior
When using
scrollable="none"
on a grid thek-grid
div and thek-pager
div are rendered as siblings instead thek-pager
being a child ofk-grid
. This causes the styling border to rendering incorrectly at the bottom of the grid. Usingmaterial-main-dark
in this example below.Expected behavior
The grid border to render normally around the entire grid. Like this:
Minimal reproduction of the problem with instructions
https://codesandbox.io/p/sandbox/angry-dubinsky-r9kzcn?workspaceId=a0db1f94-c4f2-479a-ad89-5cc1c781c9c7
Versions
The text was updated successfully, but these errors were encountered: