Select index in datagrid without touch in glide

how to select index in datagrid without touch in glide? i am using 12 key numeric keypad

Have you tried using

dataGrid.SelectedIndex = xx;