You could use an eventhandler in the row of the grid OR you could read the value of the datagrid.selectedrow (the datagrid is the sender object):
int rownr = ((DataGrid)sender).SelectedIndex;
|
Results 1 to 2 of 2
Threaded View
|
Click Here to Expand Forum to Full Width |