Skip to main content

This content has been archived and is no longer being updated. Links may not function; however, this content may be relevant to outdated versions of the product.

Support Article

Grid Column headers are displayed incorrectly in German LP

SA-29844

Summary



In the localized version of the application, Grid Column Headers with two words (Name des Ansprechpartner) is displayed as (Name Des Ansprechpartner) 

Actually the Field value exists in the system as "Name des Ansprechpartner" but on screen it is showing "Name Des Ansprechpartner".

Here After each word first letter is getting capital in a given string.


Error Messages



Not applicable


Steps to Reproduce

  1. Open the application ,select a case.
  2. Click on a tab.
  3. You can find "Name Des Ansprechpartners" as column name on case instead of Name des Ansprechpartners.
     

Root Cause



An issue in the custom application code or rules 

In the custom skin rule, the text-transform is set to capitalize as shown below
:

text-transform: capitalize; and which is capitalizing the first letter of each word to capital


Resolution



Perform the following local-change:

1) set the text-transform value to none as shown below in the custom skin rule 


text-transform: none;


2) Or include the below change in the userworkform 

<style>
div.gridDefault div.Worklist_grid th.cellCont, div.gridDefault div.Worklist_grid li.headerCell{
text-transform: none;
}
</style>


 

 

Published November 2, 2016 - Updated October 8, 2020

Was this useful?

0% found this useful

Have a question? Get answers now.

Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega Community has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.

Close Deprecation Notice
Contact us