Declined
Last Updated: 23 Jul 2014 14:00 by ADMIN
ADMIN
George
Created on: 10 Jul 2014 05:40
Category: PivotGrid
Type: Bug Report
0
FIX. RadPivotGrid - Setting a Bold font in theme to PivotCellElement.GrandTotalRow shows bold text when not needed
DECLINED: The cells remain bold because there is no explicit setting for the Font property in the default state of the PivotCellElement. When one sets a style for a given element state, this setting will also remain for other states if they don't have an explicit setting for the same property. This is how our theming mechanism works. To resolve the issue, just set the Font property of the PivotCellElement in its default state in Visual Style Builder.

To reproduce:

Open ControlDefaultTheme in VisualStyleBuilder, go to RadPivotGrid -> RadPivotGridElement -> PivotCellElement and set bold font for the PivotCellElement.GrandTotalRow. Bind RadPivotGrid and set the properties AutoExpandColumnHeaders to false and AutoExpandRowHeaders to false. Start the application and expand the rows. You will see that the cells will be incorrectly formatted.
0 comments