<?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: wrong column size and more in jqGrid 3.8</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/wrong-column-size-and-more-in-jqgrid-3-8</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/wrong-column-size-and-more-in-jqgrid-3-8/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>OlegK on wrong column size and more in jqGrid 3.8</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/wrong-column-size-and-more-in-jqgrid-3-8#p19700</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/wrong-column-size-and-more-in-jqgrid-3-8#p19700</guid>
        	        	<description><![CDATA[<p>Hi Tony!</p>
<p>I am glad that this but is so easy to fix.</p>
<p>By the way the example<a href="/jqgridwiki/doku.php?id=wiki:first_grid#html_file" target="_blank"> HTML File&#160;from My First Grid</a>&#160;!DOCTYPE&#160;XHTML 1.0 Strict and &#60;table id="list"&#62;&#60;/table&#62; which is wrong how you can easy verify on <a href="http://validator.w3.org/" target="_blank">http://validator.w3.org/</a>. The table element must has at least one &#60;tr&#62; or &#60;tbody&#62; and &#60;tr&#62; has at least one &#60;td&#62;. So to have correct XHTML 1.0 Strict code I inserted &#60;tr&#62;&#60;td&#62;&#60;/td&#62;&#60;/tr&#62; inside of &#60;table&#62;&#60;/table&#62;. In Transitional version of XHTML everything is not so strict.&#160;But probably you know all this already.</p>
<p>Thanks for fixing the bug.<br />Best regards&#160;</p>
<p>Oleg</p>
]]></description>
        	        	<pubDate>Sat, 11 Sep 2010 13:43:00 +0300</pubDate>
        </item>
        <item>
        	<title>tony on wrong column size and more in jqGrid 3.8</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/wrong-column-size-and-more-in-jqgrid-3-8#p19691</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/wrong-column-size-and-more-in-jqgrid-3-8#p19691</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Oleg. Thanks. Yes it is a "partial" bug.</p>
<p>The problem that apper is that your table definition is like this:</p>
<p>&#60;table&#62;&#60;tr&#62;&#60;td&#62;&#60;/td&#62;&#60;/tr&#62;&#60;/table&#62;</p>
<p>In previous versions we direct do a empty on the element and then fill the data.</p>
<p>In 3.8 (because of grupping) we have a constat first row (height = 0).</p>
<p>Constructing this I forgot to emty the initial content.</p>
<p>Also fixed.</p>
<p>The definition that you have I suppose is that you check the html and a table tag&#160; without tr and td definitions give a error in html parsing.</p>
</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sat, 11 Sep 2010 12:25:46 +0300</pubDate>
        </item>
        <item>
        	<title>OlegK on wrong column size and more in jqGrid 3.8</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/wrong-column-size-and-more-in-jqgrid-3-8#p19680</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/wrong-column-size-and-more-in-jqgrid-3-8#p19680</guid>
        	        	<description><![CDATA[<p>Hi Thierry,</p>
<p>Thank you for advice, but I have another problem. In my grid there are no hidden data and the data displayed correctly in the last released version of jqGrid 3.7.2. The problem is that the same grid with the same JSON data are displayed in a wrong way in the new 3.8 beta version of jqGrid. The same grid with the same data work also with old jqGrid 3.6.5: <a href="http://www.ok-soft-gmbh.com/jqGrid/Log365.htm&#160;(but" rel="nofollow" target="_blank"><a href="http://www.ok-soft-gmbh.com/jq" rel="nofollow">http://www.ok-soft-gmbh.com/jq</a>.....&#160;(but</a> of cause without local paging and sorting features). So it looks really like a new bug in 3.8 beta version.</p>
<p>Best regards<br />Oleg&#160;</p>
]]></description>
        	        	<pubDate>Sat, 11 Sep 2010 01:09:49 +0300</pubDate>
        </item>
        <item>
        	<title>thlas77 on wrong column size and more in jqGrid 3.8</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/wrong-column-size-and-more-in-jqgrid-3-8#p19679</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/wrong-column-size-and-more-in-jqgrid-3-8#p19679</guid>
        	        	<description><![CDATA[<p>Hi Olegk,</p>
<p>I&#39;m a new user of jqgrid but also in this forum. I will try to help you...sorry if it doesn&#39;t work...</p>
<p>Your second hardcopy reminds me a problem I had about problem of columns and data. I forgot a hidden column (id) in the code below :</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit5338' value='Select Code' data-codeid='sfcode5338' /></p>
<div class='sfcode' id='sfcode5338'>
<p>&#160;&#160;&#160; while($row = mysql_fetch_array($result,MYSQL_ASSOC)) {<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160; echo &#34;&#60;row id=&#39;&#34;. $row[&#39;id&#39;].&#34;&#39;&#62;&#34;;<br /><strong>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; echo &#34;&#60;cell&#62;&#34;. $row[&#39;id&#39;].&#34;&#60;/cell&#62;&#34;;</strong><br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; echo &#34;&#60;cell&#62;&#60;![CDATA[&#34;.htmlentities($row[&#39;name&#39;]).&#34;]]&#62;&#60;/cell&#62;&#34;;</p>
<p>...<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; echo &#34;&#60;/row&#62;&#34;;<br />&#160; &#160;&#160; &#160;}</p>
</div>
<p>Hope it helps</p>
<p>Thierry</p>
]]></description>
        	        	<pubDate>Sat, 11 Sep 2010 00:49:28 +0300</pubDate>
        </item>
        <item>
        	<title>OlegK on wrong column size and more in jqGrid 3.8</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/wrong-column-size-and-more-in-jqgrid-3-8#p19640</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/wrong-column-size-and-more-in-jqgrid-3-8#p19640</guid>
        	        	<description><![CDATA[<p>Hi Tony!</p>
<p>I wanted to use grouping feature in one my new project and have some problem in very simple grid. After some experiments I find out that these problems exists only in jqGrid 3.8 (I used the last version published on 24.08.2010).</p>
<p>You can reproduce the problems in two examples:&#160;<span style="font-size: 14.1667px;"><a href="http://www.ok-soft-gmbh.com/jqGrid/Log.htm" rel="nofollow" target="_blank"><a href="http://www.ok-soft-gmbh.com/jq" rel="nofollow">http://www.ok-soft-gmbh.com/jq</a>.....id/Log.htm</a> using jqGrid 3.7.2</span></p>
<p><span style="font-size: 14.1667px;"><a href="http://www.ok-soft-gmbh.com/jqGrid/Log.png"><img src="http://www.ok-soft-gmbh.com/jqGrid/Log.png" width="100"  class="sfimageleft spUserImage" alt="Log.png" /><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></span></p>
<p><span style="font-size: 14.1667px;"> and</span></p>
<p><span style="font-size: 14.1667px;"><a href="http://www.ok-soft-gmbh.com/jqGrid/Log38.htm" rel="nofollow" target="_blank"><a href="http://www.ok-soft-gmbh.com/jq" rel="nofollow">http://www.ok-soft-gmbh.com/jq</a>...../Log38.htm</a> using jqGrid 3.8 beta (24 august 2010).</span></p>
<p><a href="http://www.ok-soft-gmbh.com/jqGrid/Log38.png"><img src="http://www.ok-soft-gmbh.com/jqGrid/Log38.png" width="100"  class="sfimageleft spUserImage" alt="Log38.png" /><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>I hope you could easy localize and fix the problem in jqGrid 3.8 code.</p>
<p>Best regards<br /><span style="font-size: 14.1667px;">Oleg</span></p>
]]></description>
        	        	<pubDate>Fri, 10 Sep 2010 01:27:00 +0300</pubDate>
        </item>
</channel>
</rss>