I have an edit window which pop up with a Grid. This grid is a C1FlexGrid made by ComponentOne. (but I think that this might be a similar problem with other grids..)
I want the first row in that grid to get focus and be selected when I open that window from the main window.
Preferably in xaml, but if that is not possible in the codebehind or by inheriting the flexgrid.
I know how to set a row to be selected and the grid to get focus but the row isn’t focused so I can’t traverse the rows in the grid by moving with the up and down arrows on the keyboard.