If you use the PercentOfColumn SummaryDisplayType, it is sometimes necessary to show total values in the last level cells. Refer to the attached screenshot. Red cells show a percent of the corresponding total value, but since the total has a single nested cell, 100% is always shown. In this case, the only way to see the total value (a green cell ) is to collapse the corresponding row:
Image may be NSFW.Clik here to view.

f you wish to always see total values, simply enable the PivotGrid.OptionsView.ShowTotalsForSingleValues Property. In this case, total rows will be always shown:
Image may be NSFW.Clik here to view.

However, these extra total rows take additional space. Sometimes it is better to show corresponding total values instead of the default cell value. This example demonstrates how to accomplish this task.
Image may be NSFW.
Clik here to view.
Note that this example uses our internal API to access all required information about the processed row. We do not update this API frequently but since these are our internal methods, we can change them without any notifications. It is necessary to test this functionality carefully on each version update.