Prevent multiple cells from being selected in DataGridView Control
use the MultiSelect
property
edit: depending on what you want to accomplish, you might have to also use the SelectionMode
property
in the dataGridView
properties >> Behavior section >> set MultiSelect to false