<?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: Editable field margin and cell border</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/editable-field-margin-and-cell-border</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/bugs/editable-field-margin-and-cell-border/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>zhe2605 on Editable field margin and cell border</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/editable-field-margin-and-cell-border#p28406</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/editable-field-margin-and-cell-border#p28406</guid>
        	        	<description><![CDATA[<p>Well, when changing in jqgrid.js two times $(elem).css({width:"98%"}); to width:"95%" right border correctly appears on fields with low width, but margin between borders on fields with big width becomes large&#8230; Any suggestions?<br />P.S. i&#39;ve tried to modify the code, i know that its wrong, but maybe you can help me modify correctly :</p>
<p>if(!options.cols) {</p>
<p>$(elem).css({width:"98%"});</p>
<p>to&#160;</p>
<p>if(!options.cols) {</p>
<p>if (parseFloat( $(elem).css("width")&#60;196 )) //lower width &#160;don&#39;t have border</p>
<p>$(elem).css({width:"90%"}); //on that width border should appear</p>
<p>else</p>
<p>$(elem).css({width:"98%"}); //standart width</p>
]]></description>
        	        	<pubDate>Wed, 06 Mar 2013 17:07:58 +0200</pubDate>
        </item>
        <item>
        	<title>zhe2605 on Editable field margin and cell border</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/editable-field-margin-and-cell-border#p28312</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/editable-field-margin-and-cell-border#p28312</guid>
        	        	<description><![CDATA[<p>Hello.<br />Today I noticed in my grid one thing - when editing some fields with low width, they don&#39;t have the right border on edit near right cell border. With fields expanding right border on edit appears.<br />You can see that in 1 and 4 fields on screen (<a href="http://postimage.org/image/ti66qvhhl/" rel="nofollow" target="_blank">http://postimage.org/image/ti66qvhhl/</a>).&#160;<br />Is it possible to fix this?<br />Best regards, Evgeniy.</p>
]]></description>
        	        	<pubDate>Thu, 21 Feb 2013 18:16:56 +0200</pubDate>
        </item>
</channel>
</rss>