I have a Datagridview named dgv , in the doubleclick event of this * dgv * I need to get the value that cell where I made doubleclick , the name of the column where that cell is and the value of the first row where that cell is. I enclose an image to explain myself better
I need to get the value of the cell selected in this case would be the word "RESERVED", I also need to get the name of that column in this case "Wed. 13 Sept." and get the value of the first column of this row for this case would be "11:30".
I hope you can help me. Thanks