Trying to display related data when user navigates thru row by mouse or keyboard arrow key.
Tried using "SelectedRowsCollectionChanged" event, but it never gets excuted when user navigates thru rows.
Can some one please help.
Thanks in advance.
Hi,
Try out the ActiveCellChanged event.
While Selection isn't directly mapped to keyboard navigtion, Cell Activation is.
Hope this helps,
-SteveZ
Thanks for quick answer. I was using that as a workaround. but wanted to know that why this event is not available, as it is very common to use by most of the application. Also "ActiveCellChanged" is fired on each column of the row, which is not that coder friendly.
Thanks