Hello again everyone.
This time, I have a problem with data selection on datagridview. I want to be able to select data from 2 distinguished ways, by selecting the full row or cell by cell, as you can see on the screenshots below.
Cell by cell:
![Name: example1.png
Views: 33
Size: 47.6 KB]()
Full Row:
![Name: example2.png
Views: 33
Size: 47.3 KB]()
I have tried setting the Selection Mode property grid for each situation, but I'm always getting the RowHeaderSelect mode whatever the way I select data.
What I need to know is how I can distinguish the way I select data on the datagridview.
This time, I have a problem with data selection on datagridview. I want to be able to select data from 2 distinguished ways, by selecting the full row or cell by cell, as you can see on the screenshots below.
Cell by cell:
Full Row:
I have tried setting the Selection Mode property grid for each situation, but I'm always getting the RowHeaderSelect mode whatever the way I select data.
What I need to know is how I can distinguish the way I select data on the datagridview.