cancel
Showing results for 
Search instead for 
Did you mean: 

chtmlb:configTable losing headerText

Former Member
0 Kudos

Hi all,

we have a leading ERP-System, so CRM-User should not be able to change standard address of a customer.

My idea was, to enhance view BP_ADDR/AccountCommNumbersEL and change the attribute "displayMode" of chtmlb.tag configTable to TRUE.

If I do so, the table is not changeable anymore. So far so good.

But the headerText of the table is now invisible.

Is this a bug or do I have to change any other attributes of the chtmlb-Tag configTable?

Thanks

Martin

Edited by: Martin Knittel on Jul 26, 2010 12:24 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I solved this problem by using two other attributes of the tag:

allRowsEditable = "FALSE" and selectionMode = "NONE"

I think, this is not a fine solution, but it works. No matter, why displayMode doesn't work.

Answers (0)