As the title suggest, how can I deselect currently selected row if it's previously selected? I have MultiSelect set to False. Ctrl + click doesn't work.
I would like to note that when you click a cell for the first time, the row gets selected (GridViewSelectionMode.FullRowSelect). If you click again the same cell, it is expected to enter edit mode. Hence, the row remains selected.
If you need to deselect the already selected row after clicking it, you need to customize this desired behavior. RadGridView manages user mouse and keyboard input over its rows by GridRowBehavior. Depending on the row type, RadGridView introduces different behaviors: