<?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: Ellipsis</title>
	<link>http://www.trirand.com/blog/?page_id=393/feature-request/ellipsis</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/feature-request/ellipsis/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Ellipsis</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/ellipsis#p10937</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/ellipsis#p10937</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thanks. I added this feature in 3.6 where we support FireFox (we know that there is no build support in FireFox).</p>
<p>Generally there are two way to make this work.</p>
<p>1. If we want to do it for the all the grids in the page we should:</p>
<p><input type='button' class='sfcodeselect' name='sfselectit9580' value='Select Code' data-codeid='sfcode9580' /></p>
<div class='sfcode' id='sfcode9580'>
<p>&#60;style&#62;</p>
<p>.ui-jqgrid tr.jqgrow td  {text-overflow:ellipsis; -moz-binding:url(&#39;ellipsis-xbl.xml#ellipsis&#39;);}</p>
<p>&#60;/style&#62;</p>
</div>
<p>Where the url(&#39;ellipsis-xbl.xml#ellipsis&#39;) is the path to that file provided with the grid</p>
</p>
<p>2. Set a particular column</p>
<p><input type='button' class='sfcodeselect' name='sfselectit2689' value='Select Code' data-codeid='sfcode2689' /></p>
<div class='sfcode' id='sfcode2689'>
<p>colModel : [</p>
<p>...</p>
<p>{name:&#39;myname&#39;,... classes : &#39;ui-ellipsis&#39;... },</p>
<p>...</p>
<p>]</p>
</div>
<p>Note the two new settings classes and ui-ellipsis, which is provided with the jqGrid&#160; CSS</p>
</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 21 Oct 2009 05:37:26 +0300</pubDate>
        </item>
        <item>
        	<title>ben on Ellipsis</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/ellipsis#p10871</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/ellipsis#p10871</guid>
        	        	<description><![CDATA[<p>Good morning,</p>
</p>
<p>The possibility to define if an ellipsis is desired and which text should the ellipsis have on colModel would be most useful.</p>
<p>An ellipsis is usually "&#8230;" or "etc.".</p>
<p>A visual example often tells more than a long description, so look below:</p>
<p><a href="http://linusky.free.fr/Public/jqgrid_ellipsis.png"><img src="http://linusky.free.fr/Public/jqgrid_ellipsis.png" width="100"  class="sfimageleft spUserImage" alt="Example: jQGrid with/without ellipsis" /><img src="http://www.trirand.com/blog/wp-content/sp-resources/forum-themes/default/images/sp_Mouse.png" class="sfimageleft sfmouseleft" alt="Image Enlarger" /></a></p>
</p>
<p>Thanks for your time and consideration!</p>
</p>
<p>PS: If you want me to provide a patch for this, just tell me and I will.</p>
]]></description>
        	        	<pubDate>Tue, 20 Oct 2009 05:46:16 +0300</pubDate>
        </item>
</channel>
</rss>