telerik / kendo-vue

Issue tracker - Kendo UI for Vue http://www.telerik.com/kendo-vue-ui/
Other
64 stars 30 forks source link

Blank space at the bottom of the Grid when configured with :groupable="{ footer: 'visible' }" #334

Closed PekoPPT closed 1 year ago

PekoPPT commented 2 years ago

Describe the bug There is a blank space at the bottom of the Grid when the user scrolls the data. This blank space appears on a specific configuration where the Native Grid is configured with virtual scrolling and the groupable property is set as follows:

:groupable="{ footer: 'visible' }"

To Reproduce

  1. Open this StackBlitz example
  2. Scroll the data items to the bottom of the Grid

Expected behavior There shouldn't be any white/blank spaces at the bottom of the Grid

Screenshots image

PekoPPT commented 1 year ago

There was an improvement in the discussed behavior that was released with R1 2023 release. Still, after additional reports and discussions, there are more things that need to be fixed. The scenarios that should be covered are:

zdravkov commented 1 year ago

fixed in version 3.8.4 of Kendo UI for Vue