You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: knowledge-base/grid-scroll-to-selected-row.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ The solution to select programatically a row in Grid and scroll to that selected
32
32
### Grid with **[paging feature]({%slug components/grid/features/paging%})**
33
33
34
34
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 <ahref="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 <ahref="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.
36
36
37
37
### Grid with **[virtualization feature]({%slug components/grid/virtual-scrolling%})**
0 commit comments