<?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: Multiselected Rows stay selected after calling delRowData</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/multiselected-rows-stay-selected-after-calling-delrowdata</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/multiselected-rows-stay-selected-after-calling-delrowdata/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>mbiasetti on Multiselected Rows stay selected after calling delRowData</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/multiselected-rows-stay-selected-after-calling-delrowdata#p25997</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/multiselected-rows-stay-selected-after-calling-delrowdata#p25997</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>I believe the following is a bug:</p>
<p> Environment </p>
<ul>
<li>jqGrid 4.3.1</li>
<li>IE 8</li>
<li>jQuery 1.6.2</li>
<li>jQueryUI 1.8.16</li>
</ul>
<p>Problem:</p>
<pre>var rows = myGrid.getGridParam(&#39;selarrrow&#39;);
myGrid.delRowData(rows[0]);
</pre>
<p>This code removes the row from the grid, but if I come back around to this code, the result of the first line has whatever new selected rows I have, as well as the rows that were selected previously.</p>
<p>I saw <a href="/blog/?page_id=393/bugs/delrowdata-bug-on-grid-with-multiselect/" target="_blank">this post</a> on the forum, but I think it is a slightly different problem.</p>
<p>I think I&#39;m going to have to manually toggle them off as a work around before I delete them, but I would expect that to happen internally.</p>
<p>Let me know if you need more information.</p>
<p>Regards,</p>
<p>Michael Biasetti</p></p>
]]></description>
        	        	<pubDate>Wed, 22 Feb 2012 22:25:02 +0200</pubDate>
        </item>
</channel>
</rss>