Skip to content

Commit 332ad83

Browse files
Update knowledge-base/grid-scroll-to-selected-row.md
Co-authored-by: Iva Stefanova Koevska-Atanasova <[email protected]>
1 parent 17224cb commit 332ad83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

knowledge-base/grid-scroll-to-selected-row.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The solution to select programatically a row in Grid and scroll to that selected
3232
### Grid with **[paging feature]({%slug components/grid/features/paging%})**
3333

3434
1. Ensure the Grid is on the same page as the selected row.
35-
1. Invoke a JavaScript to make the browser scroll to the selected row into view. The browsers provide the <a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollIntoView" target="_blank">`scrollIntoView()` method</a> that does the scrolling. You can find a selected row in the grid markup by the `k-selected` CSS class it has.
35+
1. Invoke a JavaScript to make the browser scroll to the selected row into view. The browsers provide the <a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollIntoView" target="_blank">`scrollIntoView()` method</a> that does the scrolling. You can find a selected row in the grid markup by its `k-selected` CSS class.
3636

3737
### Grid with **[virtualization feature]({%slug components/grid/virtual-scrolling%})**
3838

0 commit comments

Comments
 (0)