Hi, Having alot of troubles with this and hope you guys can give me some pointers how to resolve this.
I have a DTO that implements INotifyPropertyChanged that fires when a bool is changed. Ex:
This bool is databinded to a checkboxcolumn.
This I will use to multiselect rows from child grids. So when the user click on a child grid row, is will get marked. And then selects a row from another child grid view, this will get selected also. This is not supported in the radgridview.multiselect property.
I updated the Marked property on the IssueMessageGridView in a selection changed event fired method. But when the selection to another child grid view, the unselected grid is not updated even when the PropertyChanged event is fired on that object.
How do I update a child grid view thats not selected..?
Regard Harald