Hi Russell,
We have checked the reported scenario from our end. By default, SfDataGrid
manages the sorting, filtering, grouping, and summaries during data updates
based on SfDataGrid.LiveDataUpdateMode property.
UG Link: https://help.syncfusion.com/wpf/datagrid/data-manipulation
But in your scenario, you are using the complex binding (Ex: Number.Number).
Complex and indexer properties don’t support LiveDataUpdateMode the runtime
changes do not get reflected. As we documented in the limitation,
UG Link: https://help.syncfusion.com/wpf/datagrid/data-manipulation#limitations
However, we have modified the sample to achieve your requirement. Please have
look at this.
Regards,
Vijayarasan S
If this post is helpful, please consider Accepting
it as the solution so that other members can locate it more quickly.
Attachment:
ModifiedSample_545ab655.zip