<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Wrap a text field in an editable grid</title><link>https://community.appian.com/discussions/f/process/14252/wrap-a-text-field-in-an-editable-grid</link><description>Hello, I have an editable grid that contains 15 columns. I would like the text in some of the columns to wrap when the text is too long once entered into the field. Is there a way to do this in a SAIL interface that has an editable grid.</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Wrap a text field in an editable grid</title><link>https://community.appian.com/thread/64379?ContentTypeID=1</link><pubDate>Thu, 31 Jan 2019 19:29:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1c920220-d86c-4370-8d4c-091893cdac81</guid><dc:creator>bradc0001</dc:creator><description>You should be able to accomplish this by using a!paragraphField() instead of a!textField(). If you make the height of the paragraphField &amp;quot;SHORT&amp;quot; it will be the same height as the textField to preserve the look of your grid.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>