HI everyone,
I have a datagridview and i filled some of the rows in it. If i press F2 key in a previous row i want to check the value of first cell if it is empty or not .If it is empty, i want to delete the row.
In this case,I wrote the code for F2 in overrided processcmdkey.
In this function how can i get e.formatted value to check the condition as this function doesnot have the argument 'e'.