I have a column of type GridCheckBoxColumn in an SfDataGrid, bound with data from and Observable Collection. This is *not a tristate checkbox.
I would like to programmatically change the state of the header row's check box to "checked" when one or more of the data row's check boxes have been set to a state of "checked". How can this be done in C#?
Thanks.