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

Auto complete issue with Pega 7.2

SA-37426

Summary



User complains that they have to scroll left on the auto complete to view all the details in the drop-down though the contents are short enough the spacing between the columns in the drop-down and the screen is getting overlayed.


Error Messages



Not Applicable


Steps to Reproduce



1) Create a section.
2) Include a Auto Complete inside the section.
3) Source the Auto Complete with Data page or Report Defintion. Observe extra space in between the contents.


Root Cause



An issue in the custom application code or rules.

The table (gridTable) which shows autocomplete results has "table-layout" style set to fixed, which is causing the issue.


Resolution



Paste below code in UserWorkForm page:

<style>
#gridLayoutWrapper{
overflow-x:auto !important;
max-width : 800px !important;
}

#gridLayoutWrapper .gridTable{
table-layout: auto !important;
}
</style>


Published May 16, 2017 - 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