Home › Forums › WinForms controls › Xceed Grid for WinForms › Double Click Event › Reply To: Double Click Event
Stilll trying to access the row & cell object….
myGrid.BeginInit()
Dim row As Xceed.Grid.CellRow = myGrid.CurrentRow
MsgBox(row.Cells.Count)
myGrid.EndInit()
following error occured with the above code:
Ojbect reference not set to an instance of an object.
if i could solve this problem, i may be able to workaround the cells.
Imported from legacy forums. Posted by DOS (had 273 views)