Hi,
There is a way to display in a custom summary the number of selected items in a datagrid?The summary has to change if the selected items changed.
Thks.
Hello,
Currently, there is no such functionality. I suppose you can use a IValueConverter and bind to the SelectedItems.Records collection of the XamDataGrid and create your own customer summary.
How can I use a IValueConverter to bind the SelectedItems.Records collection in a custom summary?