I am trying to work with a datagrid and then doubleclick a row.. get the cell data and then use that data...
Tried this
Dim hti As DataGrid.HitTestInfo = DataGrid1.HitTest(x, y)
MessageBox.Show(DataGrid1(hti.Row, hti.Column))
got nothing..
|
Results 1 to 5 of 5
Threaded View
|
Click Here to Expand Forum to Full Width |