From f8d16c4e341f8d8c809838c9c6b273a3356388d5 Mon Sep 17 00:00:00 2001 From: Lakshmi Priya M <90026429+9629976110@users.noreply.github.com> Date: Tue, 5 Oct 2021 12:48:17 +0530 Subject: [PATCH] Update README.md documentation(DOC-3343): KB link --- .../README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/How-to-scroll-and-select-the-record-programmatically-in-wpf-datagrid/README.md b/How-to-scroll-and-select-the-record-programmatically-in-wpf-datagrid/README.md index b5eb20d..a3aa2c8 100644 --- a/How-to-scroll-and-select-the-record-programmatically-in-wpf-datagrid/README.md +++ b/How-to-scroll-and-select-the-record-programmatically-in-wpf-datagrid/README.md @@ -3,3 +3,5 @@ This sample show cases how to scroll and select the record programmatically in [WPF DataGrid](https://www.syncfusion.com/wpf-controls/datagrid) (SfDataGrid). You can scroll to record programmatically using `ScrollInView` method by passing the row index of the record in [WPF DataGrid](https://www.syncfusion.com/wpf-controls/datagrid) (SfDataGrid). You can get the row index of the record by using [ResolveToRowIndex](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Grid.GridIndexResolver.html#Syncfusion_UI_Xaml_Grid_GridIndexResolver_ResolveToRowIndex_Syncfusion_UI_Xaml_Grid_SfDataGrid_System_Object_) extension method present in **Syncfusion.UI.Xaml.Grid.Helpers**. + +KB article - [How to scroll and select the record programmatically in WPF DataGrid (SfDataGrid)?](https://www.syncfusion.com/kb/8624/how-to-scroll-and-select-the-record-programmatically-in-wpf-datagrid-sfdatagri)