GridListControl - SelectedValue

I just noticed something strange about the GridListControl. I handle the SelectedValueChanged event of the grid to synchronize two grids (btw if theres a better way to do it, plz tell me). If I click on the grid, then the selectedItem is ok and actually reflects the appropriate DataRowView of his DataSource. But when it''s the up/down keys that are used, only the SelectedValue changes.

Loader.
Up arrow icon