Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
Please am new to WPF and am creating an application in which a user can select multiple items via checkboxes within a combobox. The items on the checkboxes are subject to change so, i want to add an editable datagrid table. Please, my problem now is to make any changes on the datagrid be reflected by the checkboxes.
I was only to add the checkboxes within the combox with xaml and have finished with the styling but don't know how to go about the codes.
Posted
Comments
Sergey Alexandrovich Kryukov 20-Feb-12 23:58pm    
Not clear what's the problem. You have full access to your data grid and to your check boxes as well; they all have read and write properties. Just read documentation and code it, show your code and ask a specific question if you face any problems.
--SA

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