<?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: Wrapping cell values</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/wrapping-cell-values</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/help/wrapping-cell-values/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>JJslim on Wrapping cell values</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/wrapping-cell-values#p15170</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/wrapping-cell-values#p15170</guid>
        	        	<description><![CDATA[<p>I added the following styles:</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit2209' value='Select Code' data-codeid='sfcode2209' /></p>
<div class='sfcode' id='sfcode2209'>.ui-jqgrid tr.jqgrow td.wrap {<br />&#160;&#160; &#160;white-space: normal !important;<br />&#160;&#160; &#160;height:auto;<br />&#160;&#160; &#160;padding-top:2px;<br />}</p>
<p>.ui-jqgrid tr.jqgrow td <br />{<br />&#160;&#160; &#160;vertical-align:text-top;<br />}</p>
</div>
<p style="padding-left: 30px;">&#160;</p>
<p>I was then able to use the &#39;classes&#39; property of the column model for the cell i wanted wraped like this:</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit2953' value='Select Code' data-codeid='sfcode2953' /></p>
<div class='sfcode' id='sfcode2953'>colModel: [ { name: &#39;longcolumn&#39;,&#160; width: 425, <strong>classes: &#39;wrap&#39;</strong>} ]</div>
<p>Hope this helps.</p>
]]></description>
        	        	<pubDate>Fri, 26 Feb 2010 00:16:12 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Wrapping cell values</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/wrapping-cell-values#p8412</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/wrapping-cell-values#p8412</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Ellipses are suported only in certain browsers.</p>
<p>You can do this in css extending the cell content - something like</p>
<p>.ui-jqgrid tr.jqgrow td : { <code>text-overflow:ellipsis;}</code></p>
<p>but this will work only in IE.</p>
<p>If you want to do this in other browsers, you maybe need to look here:</p>
<p><a href="http://www.jide.fr/emulate-text-overflowellipsis-in-firefox-with-css" rel="nofollow" target="_blank"><a href="http://www.jide.fr/emulate-tex" rel="nofollow">http://www.jide.fr/emulate-tex</a>.....x-with-css</a></p>
</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 10 Aug 2009 05:58:09 +0300</pubDate>
        </item>
        <item>
        	<title>veechand on Wrapping cell values</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/wrapping-cell-values#p8392</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/wrapping-cell-values#p8392</guid>
        	        	<description><![CDATA[</p>
<p><span>Hi All,</span></p>
<p><span>&#160;&#160;Is there any way to wrap value of a cell when the value&#39;s width is longer than the cell&#39;s width. By default, a longer value gets hidden. Can there be some item (like ellipses as in DOJO grids) added to the row to indicate that the full value will be shown only in tooltip&#160;</span></p>
<p><span>Thanks,<br /> Veerabahu&#160;</span></p>
<p class="MsoNormal">&#160;</p></p>
]]></description>
        	        	<pubDate>Mon, 10 Aug 2009 00:34:30 +0300</pubDate>
        </item>
</channel>
</rss>