Posted 24 February 2026, 1:06 am EST
Using Spread.NET 19 WinForms (GrapeCity.Spreadsheet.PivotTables), I am setting NumberFormat on pivot data fields:
vbpvTable.DataFields(i).NumberFormat = “0.00”
Debug confirms the format IS set correctly (verified via DataFields(i).NumberFormat).
Detail rows display correctly with 2 decimal places.
However subtotal rows (e.g. “2025 Total”) and Grand Total row still show full precision like 5.29083333333333.
This appears to be a rendering bug where the pivot engine ignores NumberFormat for aggregate rows.
Please advise on the official workaround or confirm if this is a known issue.
