<?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: rownumbers + remapColumns the rowid become null</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/rownumbers-remapcolumns-the-rowid-become-null</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/rownumbers-remapcolumns-the-rowid-become-null/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>timeriver on rownumbers + remapColumns the rowid become null</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/rownumbers-remapcolumns-the-rowid-become-null#p24004</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/rownumbers-remapcolumns-the-rowid-become-null#p24004</guid>
        	        	<description><![CDATA[<p>Okey,I found the bug.</p>
<p>I set a flag value for just do remapcolumn once in the loadcomplete event, and the remapcolumn loop problem will get resloved.</p>
<p>And the id null bug is clear.</p>
<p><span style="text-decoration: underline;">The Colmodel key position of permutation cannot be remap.</span></p>
<p>ex: the key position is 3 ,the oringnal permutation : [0,1,2,<strong>3</strong>,4,5,6,7]</p>
<p>after remap just once : [0,7,5,<strong>3</strong>,4,1,2,6], the id is correct, after reloadgrid the id is corrent.</p>
<p>after remap just once : [0,<strong>3</strong>,5,7,4,1,2,6], the id is correct, after reloadgrid the id is null.</p>
]]></description>
        	        	<pubDate>Wed, 20 Jul 2011 10:40:15 +0300</pubDate>
        </item>
        <item>
        	<title>timeriver on rownumbers + remapColumns the rowid become null</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/rownumbers-remapcolumns-the-rowid-become-null#p24003</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/rownumbers-remapcolumns-the-rowid-become-null#p24003</guid>
        	        	<description><![CDATA[<p>Sorry,I had found the problem.</p>
<p>Because I didn&#39;t put the remapcolumns into jqgrid events,so the remapcolumn will do first before jqgrid had been loaded,so it will get null id.</p>
</p>
<p>But there is a new problem.</p>
<p>I need after save cell and reload,I had tried many event places but can&#39;t get I want.</p>
<p>If i put remapcolumn into one of the event,the permutation will remapcolumn again and again,and get wrong permutation.</p></p>
]]></description>
        	        	<pubDate>Wed, 20 Jul 2011 09:46:35 +0300</pubDate>
        </item>
        <item>
        	<title>timeriver on rownumbers + remapColumns the rowid become null</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/rownumbers-remapcolumns-the-rowid-become-null#p23981</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/rownumbers-remapcolumns-the-rowid-become-null#p23981</guid>
        	        	<description><![CDATA[<p>Hello</p>
<p>I am not sure for the bug has been report or this is not a bug.</p>
<p>I had tried many times if i use rownumbers: true + remapColumns, the rowid will become null.</p>
<p>But if i removed the remapColumns code, the rowid suddenly become the correct id.</p>
<p>Please check that, thanks.</p>
]]></description>
        	        	<pubDate>Mon, 18 Jul 2011 11:44:32 +0300</pubDate>
        </item>
</channel>
</rss>