DataGridView set to Full Row Select. Need a way to clear the default selected row thats done by the default nature of DataGridView
I am also using SelectionChanged event That dgv has 4 columns
If i leave the default row selection, SelectionChanged fires 4 times when its loaded which I don't want it to fire at all.
I have tried using the RowsPostPaint event which clears the selection and doesn't fire the SelectionChanged event but i'm unable to select any rows after.
Any ideas? Thanks