This question is locked. New answers and comments are not allowed.
Hi, I would like to set which row gets selected please.
I have this code belwo which is close
I have this code belwo which is close
this.myGrid.SelectedItem = this.myGrid.Items[nextIndex];
I would imagine the pseudo code would be something like
int CustomerID= 100
this.myGrid.SelectedItem = this.myGrid.Items[CustomerID];
Many thanks
Steven