CGridView Headers Changing Case

[font=Consolas,]Can anyone point me to the documentation that shows how to fix the CGridView from changing my headers from upper case to lower case? Part of my header columns require initials and I would prefer them to remain a mix of uppercase and lower case.[/font]

[font=Consolas,]

[/font]

[font=Consolas,]For example I am trying to use ABC Product as as title and it displays as Abc Product.[/font]

Change attribute labels as you want.Check attributeLabels() function in your model.

Thanks, that led me to change the ‘name’ attribute to the 'header attribute as such: [color=#1C2837][size=2][color=#000000]

          [/color][color=#008800]'header'[/color][color=#666600]=>[/color][color=#660066]Yii[/color][color=#666600]::[/color][color=#000000]t[/color][color=#666600]([/color][color=#008800]'app'[/color][color=#666600],[/color][color=#000000] [/color][color=#008800]'ABC Product'[/color][color=#666600]))[/color][/size][/color]