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!
The problem is that I have already SummaryDefinitions collection filled, so setting AllowSummaries to false doesn't change anything it is still visible. The most convinient way to fill requirement would be to bind SummaryDefinitions collection and clear\fill collection when needed.
Hello cero,
You can set the AllowSummaries property to False through code if the Field matches your condition.
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.
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.