<?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: delGridRow on rowId '0' fails ...</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/delgridrow-on-rowid-0-fails</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/delgridrow-on-rowid-0-fails/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on delGridRow on rowId '0' fails ...</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/delgridrow-on-rowid-0-fails#p11216</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/delgridrow-on-rowid-0-fails#p11216</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Will be good if I have a link to the problem. Mostley the reason for this is in the events when you delete the row. Please check your events code if you return the correct values in the events.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 29 Oct 2009 02:51:39 +0200</pubDate>
        </item>
        <item>
        	<title>rishie on delGridRow on rowId '0' fails ...</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/delgridrow-on-rowid-0-fails#p11164</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/delgridrow-on-rowid-0-fails#p11164</guid>
        	        	<description><![CDATA[<blockquote>
<p>JaySab said:</p>
<p>Hi,</p>
<p>I am having&#160;a similar&#160;problem.&#160; I am using 3.4.4 and inline editing.</p>
<p>If I have only one row in my grid, I can delete it using delGridRow and the delete function in my url is called, so the data is deleted at the server.&#160; However, in the grid itself, the row remains.&#160; This problem only occurs when there is only one row of data.&#160; With more than one row of data, everything behaves perfectly.</p>
<p>I have tried adding giluka&#39;s changes (above) but the problem remains.&#160;</p>
<p>How can I get the grid to remove the row?</p>
<p>Thanks.</p>
<p>Jay</p>
</blockquote>
<hr />
<p>I am also facing the same problem, with a single row, the data is getting deleted at the server, but the row remains, and if I add any new row, its replacing the old (deleted) row. (I am using 3.5.3)</p>
<p>Looking for a possible solution&#8230;.</p>
<p>Thanks,</p>
<p>RiShie</p>
]]></description>
        	        	<pubDate>Wed, 28 Oct 2009 04:45:26 +0200</pubDate>
        </item>
        <item>
        	<title>JaySab on delGridRow on rowId '0' fails ...</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/delgridrow-on-rowid-0-fails#p7767</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/delgridrow-on-rowid-0-fails#p7767</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>I am having&#160;a similar&#160;problem.&#160; I am using 3.4.4 and inline editing.</p>
<p>If I have only one row in my grid, I can delete it using delGridRow and the delete function in my url is called, so the data is deleted at the server.&#160; However, in the grid itself, the row remains.&#160; This problem only occurs when there is only one row of data.&#160; With more than one row of data, everything behaves perfectly.</p>
<p>I have tried adding giluka&#39;s changes (above) but the problem remains.&#160;</p>
<p>How can I get the grid to remove the row?</p>
<p>Thanks.</p>
<p>Jay</p>
]]></description>
        	        	<pubDate>Fri, 10 Jul 2009 12:25:56 +0300</pubDate>
        </item>
        <item>
        	<title>tony on delGridRow on rowId '0' fails ...</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/delgridrow-on-rowid-0-fails#p6149</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/delgridrow-on-rowid-0-fails#p6149</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thanks. Fixed.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 20 Apr 2009 05:39:48 +0300</pubDate>
        </item>
        <item>
        	<title>giluka on delGridRow on rowId '0' fails ...</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/delgridrow-on-rowid-0-fails#p6091</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/delgridrow-on-rowid-0-fails#p6091</guid>
        	        	<description><![CDATA[<p>...to resolve problem i&#39;ve modified code in method <strong><em>delGridRow </em></strong>of file <strong>grid.formedit.js</strong>.</p>
<p>i&#39;ve replaced line in position <em>563</em> :</p>
<p style="padding-left: 30px;"><strong>if(!rowids) { return; }</strong></p>
<p>with</p>
<p style="padding-left: 30px;"><strong>i</strong><strong>f(undefined==rowids &#124;&#124; rowids&#60;0) { return; }</strong></p>
</p>
<p>I&#39;ve added also code<em> </em>to resolve another bug...</p>
<p>when i try to delete more than once rows in a grid by calling same method (delGridRow) div named div.loading remains visible ...</p>
<p>i&#39;ve added simply this code at position 652 (last code of <em>complete </em>method in ajax call):</p>
<p style="padding-left: 30px;"><strong>$("div.loading","#"+IDs.themodal).hide();</strong></p>
<p>I hope to help you ...</p>
<p>Bye</p>
]]></description>
        	        	<pubDate>Thu, 16 Apr 2009 04:00:20 +0300</pubDate>
        </item>
        <item>
        	<title>giluka on delGridRow on rowId '0' fails ...</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/delgridrow-on-rowid-0-fails#p6071</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/delgridrow-on-rowid-0-fails#p6071</guid>
        	        	<description><![CDATA[<p>Hi Tony,</p>
<p>first of all very compliments for your work, that&#39;s great !</p>
<p>I noticed a strange behavior in calling delGridRow passing in parameter rowId=0.</p>
<p>Nothing appears ... modal dialog to confirm deletion does not appears ...</p>
</p>
<p>Thanks for your attention</p>
<p>Have a good day</p>
]]></description>
        	        	<pubDate>Thu, 16 Apr 2009 03:10:46 +0300</pubDate>
        </item>
</channel>
</rss>