From b1fa261e33599210bf84e46f5f7707be941bc2c9 Mon Sep 17 00:00:00 2001 From: kendo-bot Date: Fri, 11 Oct 2024 04:19:18 +0000 Subject: [PATCH] Sync with Kendo UI Professional --- docs/controls/grid/scrolling/scroll-to-item.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/controls/grid/scrolling/scroll-to-item.md b/docs/controls/grid/scrolling/scroll-to-item.md index 59a291c4835..49ee007e4ba 100644 --- a/docs/controls/grid/scrolling/scroll-to-item.md +++ b/docs/controls/grid/scrolling/scroll-to-item.md @@ -33,7 +33,9 @@ The `callback` is an optional parameter, a function to be executed when virtual ## Known Limitations -Scrolling to an item does not combine with the Grid's [`Group Paging`]({% slug grouppaging_kendoui_grid_widget %}) functionality. +* Scrolling to an item does not combine with the Grid's [`Group Paging`]({% slug grouppaging_kendoui_grid_widget %}) functionality. +* Scrolling to an item does not work together with the Grid's [`Endless Scrolling`]({% slug endless_scrolling_kendoui_grid_widget %}) functionality. +* When the sum of the specified item's height and the height of all items afterward is less than the Grid's height the item to be scrolled to the top will not appear at the top. In non-virtualized Grids, the Grid will be scrolled to its bottom but the specified item will not appear at the top. In Grids with virtual scrolling, the Grid will be scrolled to the bottom of the current data set but the scroller will not be positioned at the bottom and the item will not be positioned at the top. ## KB Articles on Scrolling