how to set focus to particular cell of WPF toolkit datagrid
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 and rest are non-editable. What i want now when my this windows loads, I want to set keyboard focus to first cell of OpenStock column and if possible in edit mode. I searched this for 2 days and finally posting here. any help or code sample would be helpful. <my:DataGrid AutoGenerateColumns="False" ItemsSource="{Binding}" Margin="2,2,2,55" x:Name="dataGrid1" VerticalAlignment="Stretch" HorizontalAlignment="Stretch"