<?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: Multiselect and form editing</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/multiselect-and-form-editing</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/help/multiselect-and-form-editing/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>jackysee on Multiselect and form editing</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/multiselect-and-form-editing#p12307</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/multiselect-and-form-editing#p12307</guid>
        	        	<description><![CDATA[<p>It&#39;s a kind of work but if I click on multiple records before click edit, it will still be multiselected. Also navigating through records seems only highlight the row, but does not check on the checkbox.</p>
<p>My current solution is to attach beforeShowForm, afterclickPgButtons event with:</p>
<blockquote>
<p>var $grid = $("#grid"), rowId = $grid.getGridParam(&#39;selrow&#39;);<br />$grid.resetSelection().setSelection(rowId);</p>
</blockquote>
]]></description>
        	        	<pubDate>Sun, 22 Nov 2009 21:04:26 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Multiselect and form editing</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/multiselect-and-form-editing#p12266</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/multiselect-and-form-editing#p12266</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Very interesting requirment. I think there is solution -&#160; I never test this, but you can try</p>
<p>in beforeShowForm when you use editing set the multiselect to false.</p>
<p>define onClose event and here you should set multiselect back to true.</p>
<p>Please let me know if this work.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sat, 21 Nov 2009 07:12:42 +0200</pubDate>
        </item>
        <item>
        	<title>jackysee on Multiselect and form editing</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/multiselect-and-form-editing#p12166</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/multiselect-and-form-editing#p12166</guid>
        	        	<description><![CDATA[<p>I&#39;m using jqGrid 3.5.3.</p>
<p>I&#39;m using the form editing function (dialog editing) with multiselect turned on. The problem is that when I use those prev/next button on the edit form dialog, the corresponding row would be selected. So say I click next 10 times, 10 rows will be selected. But I would like to have single row selected when using edit form. I need the &#39;selrow&#39; to get the selected row id for further data manipulation.</p>
<p>Any way I can keep multiselect:true but only select one row during form editing?</p>
]]></description>
        	        	<pubDate>Thu, 19 Nov 2009 04:45:29 +0200</pubDate>
        </item>
</channel>
</rss>