check if a gridview cell is double clicked
Hello everyone :)
I have a datagridview with 3 columns. For exemple:
product price order
chocolate 5 order
cake 6 order
candies 3 order
How can i check if the bolded cell was double clicked? because when that cell is clicked i want to show a form. Any help? Thanks.