I am using WPF toolkit provided DataGrid control to display product list along with its OpenStock, Description etc. In this DataGrid i have set OpenStock column to editable
Use this code to move the scroll view to a specific cell:
dgv.ScrollIntoView(dgv.Items[row], dgv.Columns[col]);