Prevent wrapping of text in List View - Force single line of text per row in List View

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2022 07:11 AM
See how rows 1 and 3 are behaving nicely? And how row 2 has gone rogue and is taking up 6 vertical lines of text?
How do I stop this from happening? I want for all of my rows to be the same vertical height, like in Excel when "Wrap Text" is turned OFF.
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2022 07:14 AM
hello
open the second record and see how the value is stored in comments field ?
can you share the screenshot of it

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2022 07:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2022 08:17 AM
hmm okay i think the way it got stored is the issue
All the number got stored in new lines .so it displayed in new lines.
try string it side by side in a comma separated way then it should work fine

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2022 08:41 AM
Well I can't control the data that goes into the actual form fields. There is nothing wrong with multiple lines of text in a string field. I just don't want to SHOW multiple lines in the List View.