How to wrap text in embedded list
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-29-2016 06:57 AM
I am using embedded list in one of my form but when user inserts the text in the field it comes in the single line (please see the screenshot), Is there any way so that I can wrap the text in the column or fix the with of the column so that there will be no scroll bar at the bottom.
I want wall the data entered by the user to be displayed in the list so I can not use truncate attribute.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-29-2016 07:12 AM
Try this
glide.ui.list.detail_row | Enables (true) or disables (false) detail rows in lists. This property is available starting with the Fuji release.
|
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-29-2016 08:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-29-2016 09:00 AM
ensure this attribute is not enabled on your dictionary (assessment)
no_truncate | true/false | any string field | In a list view, shows the entire text value of the multi-text value in a list, without truncating it. Without this attribute the string is truncated based on the UI Property 'Number of characters displayed in list cells' which is 40 by default. |
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-29-2016 09:02 AM
I have made in enable because customer want all the data in field should be displayed in the embedded list.