User clicks on dataGrid....
C#
2
Posts
2
Posters
0
Views
1
Watching
-
If a user clicks on a cell in a dataGrid is there any way to return the row number of the cell they clicked (or double clicked) on? Thanks.
This link gives an excellnet FAQ on the DataGrid. http://www.syncfusion.com/FAQ/WinForms/FAQ_c44c.asp#q653q[^] I believe question 5.12 shows how to do that. Mark