From 7d2517f48e27482eb6bdbb757c6ba13c59902d7d Mon Sep 17 00:00:00 2001 From: Dimo Dimov <961014+dimodi@users.noreply.github.com> Date: Tue, 30 Sep 2025 15:56:02 +0300 Subject: [PATCH] kb(Grid): Enhance virtual scrolling KB --- knowledge-base/grid-virtualization-many-records.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/knowledge-base/grid-virtualization-many-records.md b/knowledge-base/grid-virtualization-many-records.md index 202f78bcea..4334151ed8 100644 --- a/knowledge-base/grid-virtualization-many-records.md +++ b/knowledge-base/grid-virtualization-many-records.md @@ -31,6 +31,8 @@ This KB article discusses the following issues: Other symptoms can include the grid content overflowing its parent and hiding content after the grid, or you could see a border from the grid near the end of the scrollable container. +> A problem with accessing all rows at the bottom of the Grid may also occur due to an incorrect configuration, for example, too small value for the [Grid `RowHeight` parameter](slug:components/grid/virtual-scrolling#rowheight). Such scenarios are outside the scope of this article. + ## Steps to Reproduce >caption Sample reproducible - try dragging the scrollbar to the end - you won't see record number 1 000 000