Hi,
I have created a data table which contains 2 columns, one is string and another one is Boolean type.
i mapped the datatable to the datagridview in wpf.
so the resulting looks text column and checkbox column in data grid.
And i added a checkbox header template to the chekbox column header.
I am able to perform check all checkboxes in column when the header chekcbox is checked.
but i am bit troubled in if one of chekbox in that column is unchecked i need to uncheck the header chekbox also..
Kindly help me to resolve this..
PS: using WPF datagrid
Regards,
Arun