Navigating the DataGrid
Mobile
1
Posts
1
Posters
0
Views
1
Watching
-
I would like to be able to scroll down a DataGrid control in c# .net cf (3.5) and take an acion every time a new row is highlighted. Using the stylus and the OnClick Event is fine but I would like to be able to scroll using the Navigation button (or even the Jog Wheel). Neither of these will fire an OnClick event. I can capture the Navigation Button's Up and Down events and keep a running tally of my index but would like a more elegant solution which would work with the stylus, the Navigation Button and the Jog Wheel. I am sure that there must be some way of detecting that a row has been highlighted / selected. Can anyone help.