Double click on windows data grid
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
I am trying to write a windows application in vb.NET that behaves in a similar way to the email selection in Outlook. I am currently doing this by displaying my data read-only in a data grid, but have run into problems with the double-click event not being recognised by the grid apart from on the row header (which I don't want to display). Is there any way that the double-click event can be picked up on the data grid? Any suggestions would be gratefully received.