<?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: grid not repaint itself in pagination ... some times</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/grid-not-repaint-itself-in-pagination-some-times</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/grid-not-repaint-itself-in-pagination-some-times/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on grid not repaint itself in pagination ... some times</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/grid-not-repaint-itself-in-pagination-some-times#p4091</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/grid-not-repaint-itself-in-pagination-some-times#p4091</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Check the new 3.4 - this problem is avoided.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 22 Jan 2009 09:21:32 +0200</pubDate>
        </item>
        <item>
        	<title>giluka on grid not repaint itself in pagination ... some times</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/grid-not-repaint-itself-in-pagination-some-times#p4061</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/grid-not-repaint-itself-in-pagination-some-times#p4061</guid>
        	        	<description><![CDATA[<p>Hi all,&#160;</p>
<p>i&#39;ve resolved by myself... the problem was that in xml flow there were some bad characters like &#39;&#38;&#39; ...</p>
<p>I&#39;ve replaced them with correspondence in html code (i.e. &#38;amp;)</p>
<p>Conversion is needed also for:</p>
<p>"&#60;"&#160;&#160;&#160;&#160; replaced with "&#38;lt;"<br />"&#62;"&#160;&#160;&#160;&#160;  replaced with "&#38;gt;"<br />"\\"\\""&#160;  replaced with "&#38;quot;"</p>
<p>There&#39;s more special characters to convert ??</p>
<p>Thanks to all !!</p>
]]></description>
        	        	<pubDate>Tue, 20 Jan 2009 09:24:45 +0200</pubDate>
        </item>
        <item>
        	<title>giluka on grid not repaint itself in pagination ... some times</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/grid-not-repaint-itself-in-pagination-some-times#p4057</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/grid-not-repaint-itself-in-pagination-some-times#p4057</guid>
        	        	<description><![CDATA[<p>Hi all,</p>
<p>my grid with pagination enabled and xml data type does not repaint itself after a request in page changing ... sometimes...</p>
<p>Normally it change from one page to another ... but sometimes not, also if xml flow sended to grid is changed an correct ...</p>
<p>My code:</p>
</p>
<p>$("#xml_grid").jqGrid({<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; url:&#39;data.do?methodName=doLoad&#38;datatype=xml&#39;,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; datatype: &#39;xml&#39;,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; xmlReader: { <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; root:"rows", <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; row:"item", <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; page:"items&#62;current_page", <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; total:"items&#62;total_pages", <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; records:"items&#62;total_items", <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; repeatitems:false, <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; id:"id" },<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; mtype: &#39;POST&#39;,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; colNames:[&#39;id&#39;, &#39;code&#39;, &#39;firstName&#39;, &#39;login&#39;, &#39;email&#39;, &#39;created&#39;],<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; colModel :[<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160; {name:&#39;id&#39;, index:&#39;id&#39;, width:30, sortable:false, resizable:false, key:true, editable:false, search:false},<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160; {name:&#39;codeUtente&#39;, index:&#39;codeUtente&#39;, width:50, sortable:false, resizable:false, search:false},<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160; {name:&#39;firstName&#39;, index:&#39;firstName&#39;, width:230, sortable:true, editable:true, resizable:false, search:false, <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160; editrules: {edithidden:false, required:true, number:false}}, <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160; {name:&#39;loginName&#39;, index:&#39;loginName&#39;, width:140, sortable:true, editable:true, resizable:false, search:true, editoptions:{size:25}},<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160; {name:&#39;email&#39;, index:&#39;email&#39;, width:200, align:&#39;left&#39;, sortable:true, editable:true, resizable:false, search:false}, <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160; {name:&#39;created&#39;, index:&#39;created&#39;, width:150, sortable:true, datefmt:true, resizable:false, search:true, checkInput:true} <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160; ],<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; pager: $(&#39;#xml_pager&#39;),<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; rowNum:8,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; rowList:[8,15,20,50],<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; sortname: &#39;firstName&#39;,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; sortorder: "asc",<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; viewrecords: true,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; imgpath: &#39;../css/jqgrid_themes/basic/images&#39;,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; multiselect: true,&#160;&#160;&#160; &#160;&#160;&#160; <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; caption: &#39;XML Grid&#39;,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; altRows: true,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; loadtext: &#39;caricamento in corso ...&#39;,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; recordtext: &#39;elementi&#39;,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; toolbar:[true,"top"], &#160;&#160;&#160; &#160;&#160;&#160; &#160;<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; shrinkToFit:true,&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; editurl:"data.do?methodName=doEdit"<br />&#160;&#160;&#160; &#160;&#160;&#160; }).navGrid(&#39;#xml_pager&#39;,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {edit:true,add:true,del:true},<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {}, // edit parameters<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {}, // add parameters<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {reloadAfterSubmit:false} //delete parameters<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; );</p>
<p>I&#39;ve detected this problem with FF &#38; IE7.</p>
<p>I use jgrid v. 3.3.2</p>
</p>
<p>Thanks.</p></p>
]]></description>
        	        	<pubDate>Tue, 20 Jan 2009 04:32:07 +0200</pubDate>
        </item>
</channel>
</rss>