<?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: delData not posting to server in v. 4.1.2</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/deldata-not-posting-to-server-in-v-4-1-2</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/deldata-not-posting-to-server-in-v-4-1-2/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>cjordan on delData not posting to server in v. 4.1.2</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/deldata-not-posting-to-server-in-v-4-1-2#p24394</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/deldata-not-posting-to-server-in-v-4-1-2#p24394</guid>
        	        	<description><![CDATA[<blockquote>
<p>tony said:</p>
<p>Hello,</p>
<p>It seems to me that you should concern not on the "grid delData bug", but rather on what are the dynamic values you ask when you lunch deleting a grid row.</p>
<p>Agian the simple test is try to see if these values exists during this call.</p>
<p>By example you can get the dynamic values from edit in order to see that everthing work ok.</p>
<p>Happy debugging. <img class="spSmiley" style="margin:0" title="Wink" src="/blog/wp-content/forum-smileys/sf-wink.gif" alt="Wink" /></p>
</p>
<p>Kind Regsrds</p>
</blockquote>
<hr />
<p>Yep, I saw this and was writing my big reply below while you were getting back to me again. D&#39;oh! <img class="spSmiley" style="margin:0" title="Embarassed" src="/blog/wp-content/forum-smileys/sf-embarassed.gif" alt="Embarassed" /> Thanks again!</p>
]]></description>
        	        	<pubDate>Wed, 24 Aug 2011 00:51:49 +0300</pubDate>
        </item>
        <item>
        	<title>cjordan on delData not posting to server in v. 4.1.2</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/deldata-not-posting-to-server-in-v-4-1-2#p24393</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/deldata-not-posting-to-server-in-v-4-1-2#p24393</guid>
        	        	<description><![CDATA[<p>Okay, this was certainly a bug (in MY code)... sorry for bothering you. But your reply DID help me to see my own stupidity.</p>
<p>My original (buggy) code was:</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit6173' value='Select Code' data-codeid='sfcode6173' /></p>
<div class='sfcode' id='sfcode6173'>&#160;&#160;&#160; delData:{<br />&#160;&#160; &#160;&#160;&#160; &#160;COL6ID: $(rowid+&#39;_COL6ID&#39;).val(),<br />&#160;&#160; &#160;&#160;&#160; &#160;COL7ID: $(rowid+&#39;_COL7ID&#39;).val()<br />&#160;&#160; &#160;}</div>
<p>But SHOULD have been:</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit3764' value='Select Code' data-codeid='sfcode3764' /></p>
<div class='sfcode' id='sfcode3764'>&#160;&#160;&#160; delData:{<br />&#160;&#160; &#160;&#160;&#160; &#160;COL6ID: $(&#39;#&#39; + rowid + &#39;_COL6ID&#39;).val(),<br />&#160;&#160; &#160;&#160;&#160; &#160;COL7ID: $(&#39;#&#39; + rowid + &#39;_COL7ID&#39;).val()<br />&#160;&#160; &#160;}</div>
<p>Notice the first example was missing the opening hash character needed by jQuery to fetch by ID. Bah! #codingFail #facePalm <img class="spSmiley" style="margin:0" title="Frown" src="/blog/wp-content/forum-smileys/sf-frown.gif" alt="Frown" /></p>
<p>Thanks for helping me see my issue, and thanks so much for jqGrid!! <img class="spSmiley" style="margin:0" title="Laugh" src="/blog/wp-content/forum-smileys/sf-laugh.gif" alt="Laugh" /></p>
]]></description>
        	        	<pubDate>Wed, 24 Aug 2011 00:50:07 +0300</pubDate>
        </item>
        <item>
        	<title>tony on delData not posting to server in v. 4.1.2</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/deldata-not-posting-to-server-in-v-4-1-2#p24392</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/deldata-not-posting-to-server-in-v-4-1-2#p24392</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>It seems to me that you should concern not on the "grid delData bug", but rather on what are the dynamic values you ask when you lunch deleting a grid row.</p>
<p>Agian the simple test is try to see if these values exists during this call.</p>
<p>By example you can get the dynamic values from edit in order to see that everthing work ok.</p>
<p>Happy debugging. <img class="spSmiley" style="margin:0" title="Wink" src="/blog/wp-content/forum-smileys/sf-wink.gif" alt="Wink" /></p>
</p>
<p>Kind Regsrds</p>
]]></description>
        	        	<pubDate>Wed, 24 Aug 2011 00:45:29 +0300</pubDate>
        </item>
        <item>
        	<title>cjordan on delData not posting to server in v. 4.1.2</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/deldata-not-posting-to-server-in-v-4-1-2#p24390</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/deldata-not-posting-to-server-in-v-4-1-2#p24390</guid>
        	        	<description><![CDATA[<p>Thanks for the response, Tony.</p>
<p>I tried what you said, and indeed if I set the delData to static values, they&#39;re passed just fine.</p>
<p>So,</p>
<p><input type='button' class='sfcodeselect' name='sfselectit6591' value='Select Code' data-codeid='sfcode6591' /></p>
<div class='sfcode' id='sfcode6591'>delData:{<br />&#160;&#160; &#160;COL6ID: 1234,<br />&#160;&#160; &#160;COL7ID: 5678<br />}</div>
<p>works but,</p>
<p><input type='button' class='sfcodeselect' name='sfselectit9858' value='Select Code' data-codeid='sfcode9858' /></p>
<div class='sfcode' id='sfcode9858'>delData{<br />&#160;&#160; &#160;COL6ID: $(&#39;#someID&#39;).val(),<br />&#160;&#160; &#160;COL7ID: $(&#39;#someID&#39;).val()<br />}</div>
<p>does not work.</p>
</p>
<p>I still see this as some kind of bug. This very same technique worked just fine in my addfunc method just above it:</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit9079' value='Select Code' data-codeid='sfcode9079' /></p>
<div class='sfcode' id='sfcode9079'>addfunc: function(){<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;$(&#39;#tblMapGrid&#39;).jqGrid(&#39;editGridRow&#39;,&#39;new&#39;,{<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;top: 150,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;left: 400,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;addCaption: &#39;Add New GL Mapping&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;bSubmit: &#39;Save&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;editData:{<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;YARDIDB: $(&#39;#GLMapYardiDB&#39;).val(),<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;COA: $(&#39;#GLMapCOA&#39;).val(),<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;MAPPING: $(&#39;#GLMapMapping&#39;).val()<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;}<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;});<br />&#160;&#160; &#160;&#160;&#160; &#160;},</div>
</p>
<p>You can see that I&#39;m doing almost the same thing with editData. The only real difference is that the data I&#39;m getting here is not on any particular grid row, but rather just on the page itself.</p>
<p>Passing static values does me no good. I need to pass the values that  are on the row the user is trying to delete. Due to my unique set of  circumstances, I&#39;m showing aggregate data each row on the jqGrid  actually is comprised of upto 13 rows of data from my database table.  So, the single "row id" that gets automattically passed as part of  delGridRow() is meaningless to me.</p>
<p>Any ideas why it might be behaving this way?</p>
<p>Thanks for your help. <img class="spSmiley" style="margin:0" title="Laugh" src="/blog/wp-content/forum-smileys/sf-laugh.gif" alt="Laugh" /></p>
]]></description>
        	        	<pubDate>Wed, 24 Aug 2011 00:38:46 +0300</pubDate>
        </item>
        <item>
        	<title>tony on delData not posting to server in v. 4.1.2</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/deldata-not-posting-to-server-in-v-4-1-2#p24388</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/deldata-not-posting-to-server-in-v-4-1-2#p24388</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>I think this is not a bug.</p>
<p>The simple test is to put in delData a static values and see if they are posted, something like this</p>
<p>delData:{</p>
<p>&#160;&#160;&#160; COL6ID: 12345,<br />&#160;&#160;&#160; COL7ID: 67890<br />}</p>
</p>
<p>Regards</p>
]]></description>
        	        	<pubDate>Wed, 24 Aug 2011 00:23:53 +0300</pubDate>
        </item>
        <item>
        	<title>cjordan on delData not posting to server in v. 4.1.2</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/deldata-not-posting-to-server-in-v-4-1-2#p24385</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/deldata-not-posting-to-server-in-v-4-1-2#p24385</guid>
        	        	<description><![CDATA[<p>I originally posted about this as a reply to a similar bug concerning editData, but thought that I should perhaps make this its own thread since it&#39;s really a different issue.</p>
<p>Here&#39;s my code:</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit9940' value='Select Code' data-codeid='sfcode9940' /></p>
<div class='sfcode' id='sfcode9940'>$(&#39;#tblMapGrid&#39;).jqGrid({<br />&#160;&#160; &#160;colNames: [&#39;COL1&#39;,&#39;COL2&#39;,&#39;COL3&#39;,&#39;COL4&#39;,&#39;COL5&#39;,&#39;COL6ID&#39;,&#39;COL6&#39;,&#39;COL7ID&#39;,&#39;COL7&#39;],<br />&#160;&#160; &#160;colModel: [<br />&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;COL1&#39;,index:&#39;COL1&#39;,hidden:true,editable:true},<br />&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;COL2&#39;,index:&#39;COL2&#39;,hidden:true,editable:true},<br />&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;COL3&#39;,index:&#39;COL3&#39;,hidden:true,editable:true},<br />&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;COL4&#39;,index:&#39;COL4&#39;,width:85,sortable:false,editable:true},<br />&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;COL5&#39;,index:&#39;COL5&#39;,width:175,sortable:false,editable:true},<br />&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;COL6ID&#39;,index:&#39;COL6ID&#39;,hidden:true,editable:true},<br />&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;COL6&#39;,index:&#39;COL6&#39;,width:70,align:&#39;center&#39;,sortable:false,editable:true},<br />&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;COL7ID&#39;,index:&#39;COL7ID&#39;,hidden:true,editable:true},<br />&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;COL7&#39;,index:&#39;COL7&#39;,width:57,align:&#39;center&#39;,sortable:false,editable:true}<br />&#160;&#160; &#160;],<br />&#160;&#160; &#160;jsonReader: {<br />&#160;&#160; &#160;&#160;&#160; &#160;repeatitems:true,<br />&#160;&#160; &#160;&#160;&#160; &#160;root: &#39;rows&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;cell: &#39;cell&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;id: &#39;id&#39;<br />&#160;&#160; &#160;},<br />&#160;&#160; &#160;pager:&#39;#MapGridNav&#39;,<br />&#160;&#160; &#160;onSelectRow: function(id){<br />&#160;&#160; &#160;&#160;&#160; &#160;if(id &#38;&#38; id !== local.lastSelectedRow){<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;$(&#39;#tblMapGrid&#39;).jqGrid(&#39;restoreRow&#39;,local.lastSelectedRow);<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;$(&#39;#tblMapGrid&#39;).jqGrid(&#39;editRow&#39;,id,true);<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;local.lastSelectedRow = id;<br />&#160;&#160; &#160;&#160;&#160; &#160;}<br />&#160;&#160; &#160;},<br />&#160;&#160; &#160;editurl: &#39;ajaxproxy.cfm?method=updateTable&#39;<br />}).navGrid(&#39;#MapGridNav&#39;,<br />&#160;&#160; &#160;{// start navigator options<br />&#160;&#160; &#160;&#160;&#160; &#160;add:true,<br />&#160;&#160; &#160;&#160;&#160; &#160;del:true,<br />&#160;&#160; &#160;&#160;&#160; &#160;edit:false,<br />&#160;&#160; &#160;&#160;&#160; &#160;refresh:false,<br />&#160;&#160; &#160;&#160;&#160; &#160;search:false,<br />&#160;&#160; &#160;&#160;&#160; &#160;addfunc: function(){<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;$(&#39;#tblMapGrid&#39;).jqGrid(&#39;editGridRow&#39;,&#39;new&#39;,{<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;top: 150,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;left: 400,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;addCaption: &#39;Add New GL Mapping&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;bSubmit: &#39;Save&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;editData:{<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;YARDIDB: $(&#39;#GLMapYardiDB&#39;).val(),<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;COA: $(&#39;#GLMapCOA&#39;).val(),<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;MAPPING: $(&#39;#GLMapMapping&#39;).val()<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;}<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;});<br />&#160;&#160; &#160;&#160;&#160; &#160;},<br />&#160;&#160; &#160;&#160;&#160; &#160;delfunc: function(rowid){<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;$(&#39;#tblMapGrid&#39;).jqGrid(&#39;delGridRow&#39;,rowid,{<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;top: 175,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;left: 400,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;caption: &#39;Delete Existing GL Mapping&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;msg: &#39;&#60;br /&#62;&#38;nbsp;Are you sure you wish to delete the&#60;br /&#62;&#38;nbsp;selected GL Mapping?&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;bSubmit: &#39;Yes&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;bCancel: &#39;No&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;delData:{<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160; COL6ID: $(rowid+&#39;_COL6ID&#39;).val(),<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160; COL7ID: $(rowid+&#39;_COL7ID&#39;).val()<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160; }<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;});<br />&#160;&#160; &#160;&#160;&#160; &#160;}<br />&#160;&#160; &#160;}// end navigator options<br />);</div>
</p>
<p>I&#39;ve shortened this up quite a bit for the sake of discussion. In reality, where I&#39;ve got two ID fields (COL6ID and COL7ID) I&#39;ve actually got 13 of those. This is because my grid is showing data that is aggregated, so each row in the grid represents 13 rows in my DB table. So, in order to delete a row, I need all of the unique IDs for each piece of data in my table. Thus, the ID for col6 preceeds the value found in col6. Hopefully, that makes sense.</p>
<p>Anyway, in the above code example the <strong>addfunc</strong> section works just great. After finding out that 4.1.2 had a bug in regards to editData, I patched it and it&#39;s working fine.</p>
<p>However, the <strong>delfunc</strong> section just below that is failing miserably, and with the same symptoms that my pre-patched version of jqGrid was exhibiting. Essentially, the <strong>delData</strong> object is not getting appended to the post data.</p>
<p>I have tried looking in the code where delData is apparently supposed to be getting appended (somewhere in the below code I think)&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;</p>
<p><input type='button' class='sfcodeselect' name='sfselectit7337' value='Select Code' data-codeid='sfcode7337' /></p>
<div class='sfcode' id='sfcode7337'>$(&#34;#dData&#34;,&#34;#&#34;+dtbl+&#34;_2&#34;).click(function(e){<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;var ret=[true,&#34;&#34;]; onCS = {};<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;var postdata = $(&#34;#DelData&#62;td&#34;,&#34;#&#34;+dtbl).text(); //the pair is name=val1,val2,&#8230;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;if( $.isFunction( rp_ge[$t.p.id].onclickSubmit ) ) { onCS = rp_ge[$t.p.id].onclickSubmit(rp_ge[$t.p.id], postdata) &#124;&#124; {}; }<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;if( $.isFunction( rp_ge[$t.p.id].beforeSubmit ) ) { ret = rp_ge[$t.p.id].beforeSubmit(postdata); }<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;if(ret[0] &#38;&#38; !rp_ge[$t.p.id].processing) {<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;rp_ge[$t.p.id].processing = true;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;$(this).addClass(&#39;ui-state-active&#39;);<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;opers = $t.p.prmNames;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;postd = $.extend({},rp_ge[$t.p.id].delData, onCS);<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;oper = opers.oper;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;postd[oper] = opers.deloper;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;idname = opers.id;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;postd[idname] = postdata;</div>
</p>
<p>&#8230; but nothing is jumping out at me as an obvious bug. I&#39;m not very familiar with the jqGrid code itself, so I&#39;m not sure that I&#39;d be able to see the bug in the first place.</p>
<p>Anyway, is anyone else having this problem? It&#39;s really getting in my way of completing my project. I hope that some one on this board can help. I&#39;ve searched around both this forum, Stackoverflow, and the Net in general, but cannot find any mention of this issue. Is it just me?</p>
]]></description>
        	        	<pubDate>Tue, 23 Aug 2011 21:59:58 +0300</pubDate>
        </item>
</channel>
</rss>