I have some columns in datagridview which can be edited. When i select a row by clicking anywhere on the row and then single click on a cell to edit, the row selection goes away.But when we double click on the cell the cell becomes editable. I also have a checkbox to select a row. Currently selection mode property of the grid is multiple. Is there a way by which single clicking on a cell will not result in deselection of the row?