My datagridview is in RowHeaderSelect mode. So clicking on the RowHeader selects the whole row.
However, at any point, when i use context menu shortcuts or shortcut keys from the keyboard, i need to check if a whole row is currently selected, or just a single cell, and perform actions accordingly. How do I check this?