It is necessary to handle the CustomFieldValueCells event to accomplish this task.
See Also:
How to hide particular rows and columns
Question Comments
Added By: Vijay Macha at: 7/12/2016 12:38:10 AM Hi
I need to remove columns with 0 Grand Total. Can you please provide me a example .
Thanks,
Vijay
Added By: Constant (DevExpress Support) at: 7/12/2016 4:16:48 AM It is possible to use the same solution to accomplish this task. Please refer to the CustomFieldValueHelper.ApplyCustomFieldValueCells method implementation. If you set the isColumn local variable to True the column field values will be processed.