WPF Datagrid Grouping - items with binding converter not updating dynamically
问题 Am new to WPF and using the datagrid control to group items, data is sourced from a java message Q and items are added dynamically as they arrive. Am using GroupStyle to display the Grouping name, Items Count and a custom converter that reads displays the executed quantity. The issue I have is that the item count updates as and when items arrive but the custom converter class is not invoked. <DataGrid.GroupStyle> ... <TextBlock.Text> <MultiBinding StringFormat="{}{0}, Count: {1:#0}, Executed