<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for jQuery Grid Plugin - jqGrid</title>
	<atom:link href="http://www.trirand.com/blog/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.trirand.com/blog</link>
	<description>Grid plugin</description>
	<lastBuildDate>Wed, 16 May 2012 11:46:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on jqGrid 4.3.2 by Vijyeta</title>
		<link>http://www.trirand.com/blog/?p=958&#038;cpage=1#comment-37515</link>
		<dc:creator>Vijyeta</dc:creator>
		<pubDate>Wed, 16 May 2012 11:46:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.trirand.com/blog/?p=958#comment-37515</guid>
		<description>Hi,

I am using jqgrid 4.3.2 to do inline add but I am facing some problem. the grid works fine when i add first row. but as i add second row to it, it throw JS error:

Message: &#039;k[...].name&#039; is null or not an object
Line: 381
Char: 412

Can somebody please help me with this. I did some analysis and found that this occurs with IE7 only and works perfect with IE8, FireFox.
I am in urgent need for this to be fixed.
It would be great if anyone can help me with a fix. 
Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am using jqgrid 4.3.2 to do inline add but I am facing some problem. the grid works fine when i add first row. but as i add second row to it, it throw JS error:</p>
<p>Message: &#8216;k[...].name&#8217; is null or not an object<br />
Line: 381<br />
Char: 412</p>
<p>Can somebody please help me with this. I did some analysis and found that this occurs with IE7 only and works perfect with IE8, FireFox.<br />
I am in urgent need for this to be fixed.<br />
It would be great if anyone can help me with a fix.<br />
Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jqGrid 4.3.2 by Snobo</title>
		<link>http://www.trirand.com/blog/?p=958&#038;cpage=1#comment-37510</link>
		<dc:creator>Snobo</dc:creator>
		<pubDate>Wed, 16 May 2012 09:59:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.trirand.com/blog/?p=958#comment-37510</guid>
		<description>Hey, &quot;Documentation and examples will be done at end of this week&quot; - more than one month has passed and still no sign of documentation update? Also http://trirand.com/blog/jqgrid/jqgrid.html doesn&#039;t look updated since 3.7 - is it abandoned?</description>
		<content:encoded><![CDATA[<p>Hey, &#8220;Documentation and examples will be done at end of this week&#8221; &#8211; more than one month has passed and still no sign of documentation update? Also <a href="http://trirand.com/blog/jqgrid/jqgrid.html" rel="nofollow">http://trirand.com/blog/jqgrid/jqgrid.html</a> doesn&#8217;t look updated since 3.7 &#8211; is it abandoned?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jqGrid 4.3.2 by Jack B.</title>
		<link>http://www.trirand.com/blog/?p=958&#038;cpage=1#comment-37446</link>
		<dc:creator>Jack B.</dc:creator>
		<pubDate>Mon, 14 May 2012 17:57:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.trirand.com/blog/?p=958#comment-37446</guid>
		<description>Where are the demos that are mentioned in the post?</description>
		<content:encoded><![CDATA[<p>Where are the demos that are mentioned in the post?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jqGrid 4.3.2 by Chuck</title>
		<link>http://www.trirand.com/blog/?p=958&#038;cpage=1#comment-36920</link>
		<dc:creator>Chuck</dc:creator>
		<pubDate>Wed, 02 May 2012 13:02:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.trirand.com/blog/?p=958#comment-36920</guid>
		<description>setCell / non-editable-cell does nothing.  The cell is still editable.  There is a slight missing part of the &quot;if&quot; statement in editRow.

8913: if ( nm != &#039;cb&#039; &amp;&amp; nm != &#039;subgrid&#039; &amp;&amp; nm != &#039;rn&#039;{

SHOULD BE:

8913: if ( nm != &#039;cb&#039; &amp;&amp; nm != &#039;subgrid&#039; &amp;&amp; nm != &#039;rn&#039; &amp;&amp; !$(this).hasClass(&quot;not-editable-cell&quot;)) {</description>
		<content:encoded><![CDATA[<p>setCell / non-editable-cell does nothing.  The cell is still editable.  There is a slight missing part of the &#8220;if&#8221; statement in editRow.</p>
<p>8913: if ( nm != &#8216;cb&#8217; &amp;&amp; nm != &#8216;subgrid&#8217; &amp;&amp; nm != &#8216;rn&#8217;{</p>
<p>SHOULD BE:</p>
<p>8913: if ( nm != &#8216;cb&#8217; &amp;&amp; nm != &#8216;subgrid&#8217; &amp;&amp; nm != &#8216;rn&#8217; &amp;&amp; !$(this).hasClass(&#8220;not-editable-cell&#8221;)) {</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jqGrid 4.3.2 by Rajeev</title>
		<link>http://www.trirand.com/blog/?p=958&#038;cpage=1#comment-36812</link>
		<dc:creator>Rajeev</dc:creator>
		<pubDate>Sun, 29 Apr 2012 07:31:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.trirand.com/blog/?p=958#comment-36812</guid>
		<description>I see the documentation is available with PHP. How can i use this with PERL? is it usable with PERL just as with PHP?

pl. advice.

ty.
Rajeev</description>
		<content:encoded><![CDATA[<p>I see the documentation is available with PHP. How can i use this with PERL? is it usable with PERL just as with PHP?</p>
<p>pl. advice.</p>
<p>ty.<br />
Rajeev</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jqGrid 4.3.2 by alex</title>
		<link>http://www.trirand.com/blog/?p=958&#038;cpage=1#comment-36763</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Sat, 28 Apr 2012 01:35:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.trirand.com/blog/?p=958#comment-36763</guid>
		<description>why does my jqGrid pager always show &quot;Page 1 of 1&quot;, but indeed I have 3 pages.(records count is correct: &quot;View 1 - 10 of 21&quot;)
I get json data from server by servlet. data format likes:
[code]
{&quot;rowsCount&quot;:21,&quot;curPage&quot;:1,&quot;totalPages&quot;:3,&quot;trade&quot;:[{&quot;buyer_nick&quot;:&quot;qrh880127&quot;,&quot;buyer_rate&quot;:false,&quot;created&quot;:&quot;2012-04-27 10:57:16&quot;,&quot;tid&quot;:143904531094188},{&quot;buyer_nick&quot;:&quot;qazqaz&quot;,&quot;buyer_rate&quot;:false,&quot;created&quot;:&quot;2012-04-26 11:48:01&quot;,&quot;tid&quot;:143904530826889},{&quot;buyer_nick&quot;:&quot;qazqaz&quot;,&quot;buyer_rate&quot;:false,&quot;created&quot;:&quot;2012-04-26 11:45:05&quot;,&quot;tid&quot;:143904530806889},{&quot;buyer_nick&quot;:&quot;zmj925&quot;,&quot;buyer_rate&quot;:false,&quot;created&quot;:&quot;2012-04-19 13:54:33&quot;,&quot;tid&quot;:143904583036325},{&quot;buyer_nick&quot;:&quot;blueskyjerry&quot;,&quot;buyer_rate&quot;:false,&quot;created&quot;:&quot;2012-04-18 13:31:42&quot;,&quot;tid&quot;:143904581905593},{&quot;buyer_nick&quot;:&quot;blueskyjerry&quot;,&quot;buyer_rate&quot;:false,&quot;created&quot;:&quot;2012-04-11 10:58:28&quot;,&quot;tid&quot;:143905160395593},{&quot;buyer_nick&quot;:&quot;blacksource&quot;,&quot;buyer_rate&quot;:false,&quot;created&quot;:&quot;2012-04-11 10:16:14&quot;,&quot;tid&quot;:143905160387047},{&quot;buyer_nick&quot;:&quot;wangfei&quot;,&quot;buyer_rate&quot;:false,&quot;created&quot;:&quot;2012-04-11 09:49:38&quot;,&quot;tid&quot;:143905160156240},{&quot;buyer_nick&quot;:&quot;wangfei&quot;,&quot;buyer_rate&quot;:false,&quot;created&quot;:&quot;2012-04-11 09:43:43&quot;,&quot;tid&quot;:143905160146240},{&quot;buyer_nick&quot;:&quot;wangfei&quot;,&quot;buyer_rate&quot;:false,&quot;created&quot;:&quot;2012-04-10 21:44:24&quot;,&quot;tid&quot;:143904498796240}]}
[\code]
and jgridreader is setted:
[code]
jsonReader : {
	      root:&quot;trade&quot;,
	      id:&quot;tid&quot;,
	      repeatitems:false,
	      records:&quot;rowsCount&quot;,
	      currpage:&quot;curPage&quot;,
	      totalpages:&quot;totalPages&quot;
   	  },
[\code]

pls tell me which mistake I make?(I use jGrid 4.3.2)</description>
		<content:encoded><![CDATA[<p>why does my jqGrid pager always show &#8220;Page 1 of 1&#8243;, but indeed I have 3 pages.(records count is correct: &#8220;View 1 &#8211; 10 of 21&#8243;)<br />
I get json data from server by servlet. data format likes:<br />
[code]<br />
{"rowsCount":21,"curPage":1,"totalPages":3,"trade":[{"buyer_nick":"qrh880127","buyer_rate":false,"created":"2012-04-27 10:57:16","tid":143904531094188},{"buyer_nick":"qazqaz","buyer_rate":false,"created":"2012-04-26 11:48:01","tid":143904530826889},{"buyer_nick":"qazqaz","buyer_rate":false,"created":"2012-04-26 11:45:05","tid":143904530806889},{"buyer_nick":"zmj925","buyer_rate":false,"created":"2012-04-19 13:54:33","tid":143904583036325},{"buyer_nick":"blueskyjerry","buyer_rate":false,"created":"2012-04-18 13:31:42","tid":143904581905593},{"buyer_nick":"blueskyjerry","buyer_rate":false,"created":"2012-04-11 10:58:28","tid":143905160395593},{"buyer_nick":"blacksource","buyer_rate":false,"created":"2012-04-11 10:16:14","tid":143905160387047},{"buyer_nick":"wangfei","buyer_rate":false,"created":"2012-04-11 09:49:38","tid":143905160156240},{"buyer_nick":"wangfei","buyer_rate":false,"created":"2012-04-11 09:43:43","tid":143905160146240},{"buyer_nick":"wangfei","buyer_rate":false,"created":"2012-04-10 21:44:24","tid":143904498796240}]}<br />
[\code]<br />
and jgridreader is setted:<br />
[code]<br />
jsonReader : {<br />
	      root:"trade",<br />
	      id:"tid",<br />
	      repeatitems:false,<br />
	      records:"rowsCount",<br />
	      currpage:"curPage",<br />
	      totalpages:"totalPages"<br />
   	  },<br />
[\code]</p>
<p>pls tell me which mistake I make?(I use jGrid 4.3.2)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jqGrid 4.3.2 by freznel</title>
		<link>http://www.trirand.com/blog/?p=958&#038;cpage=1#comment-36727</link>
		<dc:creator>freznel</dc:creator>
		<pubDate>Fri, 27 Apr 2012 06:10:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.trirand.com/blog/?p=958#comment-36727</guid>
		<description>Can I include file grid.php twice on the same page? I use jquery tab.


	
		&lt;a href=&quot;#tabs-1&quot; rel=&quot;nofollow&quot;&gt;Category&lt;/a&gt;
		&lt;a href=&quot;#tabs-2&quot; rel=&quot;nofollow&quot;&gt;Unit&lt;/a&gt;
		&lt;a href=&quot;#tabs-3&quot; rel=&quot;nofollow&quot;&gt;Brand&lt;/a&gt;
	

	
		
	
	
	
		
	

        
		
	


Thank you.</description>
		<content:encoded><![CDATA[<p>Can I include file grid.php twice on the same page? I use jquery tab.</p>
<p>		<a href="#tabs-1" rel="nofollow">Category</a><br />
		<a href="#tabs-2" rel="nofollow">Unit</a><br />
		<a href="#tabs-3" rel="nofollow">Brand</a></p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jqGrid 4.3.2 by freznel</title>
		<link>http://www.trirand.com/blog/?p=958&#038;cpage=1#comment-36726</link>
		<dc:creator>freznel</dc:creator>
		<pubDate>Fri, 27 Apr 2012 05:56:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.trirand.com/blog/?p=958#comment-36726</guid>
		<description>&lt;a href=&quot;#comment-36252&quot; rel=&quot;nofollow&quot;&gt;@adam k &lt;/a&gt; 
This is jqGrid &lt;a href=&quot;http://www.trirand.net/documentation.aspx&quot; rel=&quot;nofollow&quot;&gt;Documentation&lt;/a&gt;
and for &lt;a href=&quot;http://www.trirand.net/demo.aspx&quot; rel=&quot;nofollow&quot;&gt;Demo&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p><a href="#comment-36252" rel="nofollow">@adam k </a><br />
This is jqGrid <a href="http://www.trirand.net/documentation.aspx" rel="nofollow">Documentation</a><br />
and for <a href="http://www.trirand.net/demo.aspx" rel="nofollow">Demo</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jqGrid 4.3.2 by migi</title>
		<link>http://www.trirand.com/blog/?p=958&#038;cpage=1#comment-36688</link>
		<dc:creator>migi</dc:creator>
		<pubDate>Thu, 26 Apr 2012 08:01:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.trirand.com/blog/?p=958#comment-36688</guid>
		<description>Hi guys,
are the examples and docs on new events system out yet? I can&#039;t find it.</description>
		<content:encoded><![CDATA[<p>Hi guys,<br />
are the examples and docs on new events system out yet? I can&#8217;t find it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jqGrid 4.3.2 by vlad_christian</title>
		<link>http://www.trirand.com/blog/?p=958&#038;cpage=1#comment-36570</link>
		<dc:creator>vlad_christian</dc:creator>
		<pubDate>Mon, 23 Apr 2012 14:13:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.trirand.com/blog/?p=958#comment-36570</guid>
		<description>Hello, and thanks for the great work.
Short note about a functional problem: The validation error message on save is done (forgot?!?) with empty string parameters for createModal&#039;s insertSelector, posSelector (see info_dialog function). If I use the grid in a parent object, closing the parent object leaves the error on the screen. I was able to solve this matter, locally using an ugly trick, but is a pity it is not included. 
Note: i am not able to use errorfunc because I work with a local client json array. 
Also I use multiple grids on the same screen.

What I did is the following, very ugly:

var extendedCreateModal = $.jgrid.createModal;
	$.jgrid.createModal = function(aIDs, content, p, insertSelector, posSelector, appendsel, css) {
	    if(p.left.parentNode) {
			appendsel = false;
			insertSelector = &quot;#gview_&quot; + p.left.parentNode.parentNode.id;
			posSelector = $(insertSelector)[0];
		}
		p.left = 200;
		p.top = 70;
		return extendedCreateModal.apply(this,arguments);
	};
	
	var extendedfindPos = $.jgrid.findPos;
	$.jgrid.findPos = function(obj) {
		var posTemp = extendedfindPos.apply(this,arguments);
		return [obj,posTemp[1]];
	};

once again, thanks for the works, and I will donate if I succeed to make some money out of it :)</description>
		<content:encoded><![CDATA[<p>Hello, and thanks for the great work.<br />
Short note about a functional problem: The validation error message on save is done (forgot?!?) with empty string parameters for createModal&#8217;s insertSelector, posSelector (see info_dialog function). If I use the grid in a parent object, closing the parent object leaves the error on the screen. I was able to solve this matter, locally using an ugly trick, but is a pity it is not included.<br />
Note: i am not able to use errorfunc because I work with a local client json array.<br />
Also I use multiple grids on the same screen.</p>
<p>What I did is the following, very ugly:</p>
<p>var extendedCreateModal = $.jgrid.createModal;<br />
	$.jgrid.createModal = function(aIDs, content, p, insertSelector, posSelector, appendsel, css) {<br />
	    if(p.left.parentNode) {<br />
			appendsel = false;<br />
			insertSelector = &#8220;#gview_&#8221; + p.left.parentNode.parentNode.id;<br />
			posSelector = $(insertSelector)[0];<br />
		}<br />
		p.left = 200;<br />
		p.top = 70;<br />
		return extendedCreateModal.apply(this,arguments);<br />
	};</p>
<p>	var extendedfindPos = $.jgrid.findPos;<br />
	$.jgrid.findPos = function(obj) {<br />
		var posTemp = extendedfindPos.apply(this,arguments);<br />
		return [obj,posTemp[1]];<br />
	};</p>
<p>once again, thanks for the works, and I will donate if I succeed to make some money out of it <img src='http://www.trirand.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

