Is there any way that I could hide summary row (i.e. because of binding to boolean property or binding to a collection)? Any help appriciated!
Hello cero,
Please refer to the following help topic for information on enabling (and disabling) row summaries.
Enable Row Summaries
It mentions that you can set the AllowSummaries property on a specific Field.FieldSettings, which will override the setting on the XamDataGrid.FieldSettings.
Elizabeth AlbertLocalization Engineer
But this functionality only allows user to enable\disable summaries manually. In fact my requirement is to make visible\unvisible additional summary row under specific circumstances.