New Product Launch - BoldDesk !
Introducing help desk ticketing software.
New Product LaunchBoldDesk: Help desk ticketing software starts at $10 for 3 agents.
Try it for free.
Dim pt As Point = GridDataBoundGrid1.PointToClient(Control.MousePosition)
Dim row, col As Integer
GridDataBoundGrid1.ViewLayout.PointToClientRowCol(pt, row, col, True)
col = col + GridDataBoundGrid1.LeftColIndex - 1 ' absolute col
In the 1.0.2.4, release the CellDoubleClick does not fire because of a coding error in the OnDoubleClick method. If you have access to the source, you can see that method is firing the click event instead of the DoubleClick event. This is corrected in the 1.1.0.0 release due out next week.