In Development
Last Updated: 27 Jun 2024 08:15 by ADMIN
Allen
Created on: 20 Jun 2024 09:11
Category: DataGrid
Type: Bug Report
2
DataGrid: ListenForNestedPropertyChange stops working when Clear of the ItemsSource gets invoked

When we have ListenForNestedPropertyChange property set to true and at some point Clear of the ItemsSource is called the newly added items to the collection stop to listen for PropertyChanged.

In order to make ListenForNestedPropertyChange work again toggle the value of the property. First set it to false and after that back to true.

 
0 comments