RowSelect does not fire from keyboard

Hi
I have a single row select in a datagrid.
SelectionMode="DataGridSelectionMode.Single"
And the row select event
RowSelect="OnRowSelect"

The event is triggered only after a mouse click. Using the keyboard changes the backlight, but the event does not fire.

Regards
Maciej