I have a DataGrid on a Winform and I need to get the cell contents from a certain row when it is clicked.
The only event that I get when I double click the datagrid in design view is DataGrid1_Navigate, which doesn't do what I want, I don't think.
So how do I return the cell contents of a row when it is clicked?
The only event that I get when I double click the datagrid in design view is DataGrid1_Navigate, which doesn't do what I want, I don't think.
So how do I return the cell contents of a row when it is clicked?