I have a datadridview and it is a set size on my form. The data rows within the datagridview do not always fill up the entire datagridview. This is fine and what I want. The problem is that I'm trying to check if the user actually clicks on a cell within the datagridview or if they clicked outside any of the data rows within the datagridview (where there are no data rows showing). I'm not sure how to do this. Any ideas?
Thanks!
Thanks!