- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-27-2017 04:40 AM
Hello all,
We need to increase the depth of rows on a specific list views so that we can see the full text on a selected column.
See the screenshot below - On the List row, the Passport Summary column is a string field with 5 text lines, but the standard list view only allows visibility of the first two rows and half of the third.
Is there any way to enlarge the row depth so that we can see all 5 lines??
Thanks very much,
Ch
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-27-2017 04:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-27-2017 04:45 AM
Please go through the below link
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-27-2017 04:57 AM
Perfect - thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-27-2017 07:15 AM
a. To adjust the column width to display the full contents of a column in a list view (i.e not truncate):
- From the left navigation menu, select System Definition > Dictionary and find the column record you want to change.
- Add no_truncate to the Attributes field.
This solution will change field attribute for all views
b. To apply this globally for every field:
- From the left navigation menu, select System Properties > UI Properties.
- Find the property labeled Number of characters displayed in list cells (glide.ui.list_chars) and adjust the number as desired (default is 40).
This solution will change number of displayed characters for all fields...
c. Is it possible to use no_truncate attribute in one list view?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-27-2017 04:53 AM
Open the Dictionary record for Passport Summary and add the attribute: no_truncate=true
I hope this helps!