Hello,
I'm using VS 2003. I have a datagrid that currently when the users double click on it, it only fires the double click event if the user clicks the far left column of the datagrid or the top row going across. If they double click just a cell in a particular row, it does nothing. How can I set a double click event to fire when a user clicks in just a cell of a given row
Thanks,
~zero

How to listen for a double click event in a cell of a datagrid?
becko
well in 2.0 http://msdn2.microsoft.com/en-us/library/system.windows.forms.datagridviewcell.ondoubleclick.aspx :)
for 1.1 http://msdn.microsoft.com/smartclient/community/wffaq/ctrlsp.aspx#Ql5rde04t
it includes code samples in VB.NET and C#
Cheers,
Greg