This question is locked. New answers and comments are not allowed.
Our RadGridView uses a RowDetailsTemplate. When we set the SelectedItem for the RadGridView, we have a SelectionChanged event handler to make the row visible, like so:
stationGrid.ScrollIntoView(stationGrid.SelectedItem);
We would then like to put the focus in the first control in the RowDetailsTemplate. Is there an easy way to do this?
stationGrid.ScrollIntoView(stationGrid.SelectedItem);
We would then like to put the focus in the first control in the RowDetailsTemplate. Is there an easy way to do this?
