<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>jQuery Grid Plugin - jqGrid - Topic: TextArea  not multi lines</title>
	<link>http://www.trirand.com/blog/?page_id=393/discussion/textarea-not-multi-lines</link>
	<description><![CDATA[Grid plugin]]></description>
	<generator>Simple:Press Version 5.7.5.3</generator>
	<atom:link href="http://www.trirand.com/blog/?page_id=393/discussion/textarea-not-multi-lines/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on TextArea  not multi lines</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/textarea-not-multi-lines#p3797</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/textarea-not-multi-lines#p3797</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>The upcoming release (I hope to publish a beta version for testing) will contain a custom formaters.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 05 Jan 2009 02:01:20 +0200</pubDate>
        </item>
        <item>
        	<title>dhoover on TextArea  not multi lines</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/textarea-not-multi-lines#p3776</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/textarea-not-multi-lines#p3776</guid>
        	        	<description><![CDATA[<p>Actually, I like the behavior of long data from a textarea inthe columns, where it just shows what it can. I also found it nice that a "tooltip" with the full text pops up when I hover over that text. I would find it more useful however if the newlines in the data where retained in the tooltip popup.</p>
<p>Thanks.</p>
]]></description>
        	        	<pubDate>Sat, 03 Jan 2009 11:31:51 +0200</pubDate>
        </item>
        <item>
        	<title>tony on TextArea  not multi lines</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/textarea-not-multi-lines#p2014</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/textarea-not-multi-lines#p2014</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Not tested, but you can try to use setCell method where you</p>
<p>can add a class which does not wrap the contents of the cell.</p>
<p>Your approch IMHO is not applicable.</p>
<p>first you create textarea and the you edit the created textarea again.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 12 Sep 2008 03:08:49 +0300</pubDate>
        </item>
        <item>
        	<title>brad8118 on TextArea  not multi lines</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/textarea-not-multi-lines#p1988</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/textarea-not-multi-lines#p1988</guid>
        	        	<description><![CDATA[<p>Tony,</p>
<p>&#160; I&#39;ve defined a column to contain textarea elements. The text in the textarea elements is shortened according to the width of the column and has "..." appended to it.</p>
<p>Is there an "easy" way to force the textarea to be multiline when its not being edited.&#160; When the text area is edited the textarea properly takes up 3 rows by 25 cols. ie edittype: "textarea", editoptions: { rows: "3", cols: "25"}</p>
<p>To get around this I created a new textarea element and set it for the column.</p>
</p>
<p>&#160;var note = document.createElement("textarea");<br />$(note).attr({ id: "Notes", name: "Notes", rows: 3, cols: "27", readonly: "true" });<br />$(note).html(StatusNote);</p>
<p>&#160;var row = { Edit: editImg, JobName: JobName, JobID: JobID, Customer: Customer, Lead: Lead, Status: Status, StatusList: Status, TM: TMCheckBox, Promised: promiseDate, Bid: Bid, DateChanged: DateChanged, Notes: $(note) };</p>
<p>$("#list").addRowData(i + 1, row);</p>
<p>Doing this works except that there are scroll bars on the text area.&#160; Not a big deal.&#160; The larger issue is now when I do a row edit I get the html of the element instead of only the text.&#160; I ended up writing functions to extract the message from the html.&#160;</p>
<p>I&#39;ve read your docs, which are really good, and I don&#39;t think I missed anything.&#160; I&#39;m just wondering if I&#39;m doing something wrong or missed something.&#160;</p>
<p>Thanks Brad</p>
]]></description>
        	        	<pubDate>Wed, 10 Sep 2008 16:18:49 +0300</pubDate>
        </item>
</channel>
</rss>