Skip to content

Commit b1fa261

Browse files
committed
Sync with Kendo UI Professional
1 parent 6d73a79 commit b1fa261

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/controls/grid/scrolling/scroll-to-item.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ The `callback` is an optional parameter, a function to be executed when virtual
3333

3434
## Known Limitations
3535

36-
Scrolling to an item does not combine with the Grid's [`Group Paging`]({% slug grouppaging_kendoui_grid_widget %}) functionality.
36+
* Scrolling to an item does not combine with the Grid's [`Group Paging`]({% slug grouppaging_kendoui_grid_widget %}) functionality.
37+
* Scrolling to an item does not work together with the Grid's [`Endless Scrolling`]({% slug endless_scrolling_kendoui_grid_widget %}) functionality.
38+
* 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.
3739

3840
## KB Articles on Scrolling
3941

0 commit comments

Comments
 (0)