In Development
Last Updated: 27 Jun 2024 08:15 by ADMIN

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.

 
In Development
Last Updated: 27 Jun 2024 08:15 by ADMIN
After updating to version 7.0.0, I noticed a crash at RadDataGrid. If the horizontal scroll bar is visible, and you scroll to the right and then update ItemsSource, the application crashes. As additional details, if in the cells is a Label, the problem does not reproduce, only if there is an Entry.
In Development
Last Updated: 27 Jun 2024 08:15 by ADMIN

As of Telerik v7.0.0 this started to happen. In v6.8.0 the issue doesn't occur. The customer uploaded a sample project in the support ticket.

In Development
Last Updated: 06 Jun 2024 11:02 by ADMIN
Provide a way to access the DataGrid from the DataGridColumn.