Click here to Skip to main content
15,891,951 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i have a one data grid view in Winforms. in that i binded some data along with one column as Checkbox. it's working well. when i set grid view property to Allow Editing as false, My check box is not checked, when i set that property to true all columns can be editable. i don't want to edit all columns. How can i handle this one?
Posted
Comments
Abhinav S 4-Nov-12 23:26pm    
Can you show your binding code?
faisal23 6-Nov-12 7:45am    
You can set gridview property iseditable true or false on check box checked event.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900