Declined
Last Updated: 11 Jun 2024 11:41 by ADMIN
Allen
Created on: 31 May 2024 11:32
Category: DataGrid
Type: Bug Report
2
DataGrid: UI does not update when using nested properties for columns

I tested streaming data for nested property and the UI does not update. The data is updated in the collection bound to the DataGrid ItemsSource, still the UI doesn't. 

When I enter editing the cell, the UI updates.

 

The issue happens in this case:

 

                <telerik:DataGridNumericalColumn PropertyName="Address.Age"
                                            HeaderText="Age" />

                <telerik:DataGridTextColumn DataMemberBinding="{Binding Address.Age}"
                             HeaderText="Age DataMemberBinding"/>

 

1 comment
ADMIN
Didi
Posted on: 11 Jun 2024 11:41

Hi Allen,

We have researched the case and actually there isn't an issue when using nested properties. You have to set the ListenForNestedPropertyChange to true on DataGrid level.

this is the documentation: https://docs.telerik.com/devtools/maui/controls/datagrid/columns/nested-properties 

Regards,
Didi
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.