Hello,
Is there any way on XamPivotGrid to hide or remove totals that I don't need?
Thank you.
Hi,
The only way is to set total column’s width to 0. By this way you will hide the column from UI, but it will still exist in data source.
Regards,Todor
Hi Todor,
Can you provide me with the code sample how to set total column's width to 0? I tried to use this property
pivotGrid.GridLayout.Columns[i].ColumnWidth
but it's read only. And is there any way to hide the total rows as well?
Thank you,
Irina