Hi,
My application requires to have grid navigation with up/down arrow keys and this is working, however, changing the selected row does not generates
raises the SelectedIndexChanged in the server side which I need to execute some other code to populate a panel with other information. The SelectedIndexChanged is only raised if a row is selected with a mouse click, and I need it to happen when changing the selected row with the arrow keys.
How do I need to configure the Grid to support this behavior?