Home › Forums › WinForms controls › Xceed Grid for WinForms › click event in grid › Reply To: click event in grid
Thank you Tommy.
I managed to convert your code to vb.net as follows and got the results.
Dim row As Xceed.Grid.CellRow = grdCate.CurrentRow
If Not Row Is Nothing Then
MsgBox(row.Cells(1).Value)
End If
Imported from legacy forums. Posted by PETE (had 3504 views)