I have entered a Check box Column to a DataGridView.
When the program runs , we should double click on check boxes in the column ti get it selected. I have add the properties EditOnKeyStroke and FullRowSelect. Even after i get this problem. I'm using visual studio 2008. Can anyone please help??

try this,

use CellEndEdit() Event Handler to process it and ignore the FullRowSelect()

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.