This question is locked. New answers and comments are not allowed.
Hi,
Is there a way to refresh an entire column (bindings, styles, etc.) without having to raise a PropertyChanged event on each object that the cells of the column are bound to? I understand the virtual nature of the grid, which is why I'd prefer the grid to handle the refreshing of the visible cells instead of me looping through my entire object collection and raising PropertyChanged events, when only a small subset are even visible. I've managed to achieve the behavior I want by hiding and then showing the column, but I suspect (would hope) there's a more elegant way.
Thanks,
Terry
Is there a way to refresh an entire column (bindings, styles, etc.) without having to raise a PropertyChanged event on each object that the cells of the column are bound to? I understand the virtual nature of the grid, which is why I'd prefer the grid to handle the refreshing of the visible cells instead of me looping through my entire object collection and raising PropertyChanged events, when only a small subset are even visible. I've managed to achieve the behavior I want by hiding and then showing the column, but I suspect (would hope) there's a more elegant way.
Thanks,
Terry