Completed
Last Updated: 07 Aug 2024 08:00 by ADMIN
Release 7.1.0 (2024 Q3)
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