cancel
Showing results for 
Search instead for 
Did you mean: 

ObjectHeader Title is not showing bold

nandishm
Participant
0 Kudos

Hi

I have used ObjectHeader inside the Table's ColumnListItem  ....

Sample Code

ColumnListItem>

  <cells>

  <ObjectHeader id="idObjectHeader"   number="Price" title="{CandName}">

I have also used some ObjectAttribute .... Its working fine.  I m getting ouput also. But problem is Title of ObjectHeader is not coming in bold, its coming as normal text.

If we use the same code outside the Table ColumnListItem its working fine.

Is it table properties effecting for ObjectHeader Title

Please guide me regarding this

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hey Nandish,

What I would do is use Chrome, right click the element and select Inspect Element.  You will see the class that is being used on the field.    If it's not doing what you want, you may have to create a customized theme and change the CSS to be what you want.

My guess is that there is a different CSS that is controlling it.  You will be able to tell by inspecting the element.

Hope this helps.

Cheers,

Kevin