Click here to Skip to main content
15,881,092 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have checkbox in datagrid in WPF. If I clicked on the checkbox, that checkbox value will be true. How can I access checkbox value in code behind?
Posted

1 solution

Codebehind is not the best way to handle the checkbox.
Try binding - http://www.scottlogic.com/blog/2008/11/26/multiselect-datagrid-with-checkboxes.html[^].
 
Share this answer
 

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