This example illustrates how to use the ASPxPivotGrid.CustomFieldValueCells event to totally hide an empty Grand Total column.
Question Comments
Added By: Ram dasari at: 7/10/2014 4:54:51 AM
This code does not hide an empty grand total column but instead hides all columns.
Added By: Constant (DevExpress Support) at: 7/10/2014 7:20:38 AMYes, this is the expected behavior. If you wish to hide specific grand total columns corresponding to a specific Data Field, it is necessary to set the corresponding PivotGridField.Options.ShowGrandTotal Property to false. Please try this solution and let me know your results.