<?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: Navkeys click triggers rows selection</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/navkeys-click-triggers-rows-selection</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/navkeys-click-triggers-rows-selection/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Strato on Navkeys click triggers rows selection</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/navkeys-click-triggers-rows-selection#p24563</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/navkeys-click-triggers-rows-selection#p24563</guid>
        	        	<description><![CDATA[<p>I keep having an erratic behavior on this.</p>
<p>Now it&#39;s when a record is submitted to server through formedit. After the completion of the operation (successfull or not), the row that is being edited is selected in the grid. If it was already selected, its state is not changing (still selected), so there is no way this time for me to now if I have to select or unselect it.</p>
]]></description>
        	        	<pubDate>Thu, 08 Sep 2011 18:04:18 +0300</pubDate>
        </item>
        <item>
        	<title>kobruleht on Navkeys click triggers rows selection</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/navkeys-click-triggers-rows-selection#p24470</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/navkeys-click-triggers-rows-selection#p24470</guid>
        	        	<description><![CDATA[<p>Thank you. I tried and this fixes the issue.</p>
<p>Tony,</p>
<p>can you fix this issue, please ?</p>
]]></description>
        	        	<pubDate>Tue, 30 Aug 2011 15:30:29 +0300</pubDate>
        </item>
        <item>
        	<title>Strato on Navkeys click triggers rows selection</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/navkeys-click-triggers-rows-selection#p24455</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/navkeys-click-triggers-rows-selection#p24455</guid>
        	        	<description><![CDATA[<p>For the record, this how I solved my problem (in both edit and view options of formedit) :</p>
<p>"afterclickPgButtons": function (whichbutton, formid, rowid) {<br />&#160;&#160;&#160; myGrid.jqGrid(&#39;setSelection&#39;, rowid, false);</p>
<p>}</p>
<p>This will put the row in whatever selection state it was before.</p>
]]></description>
        	        	<pubDate>Mon, 29 Aug 2011 19:16:27 +0300</pubDate>
        </item>
        <item>
        	<title>Strato on Navkeys click triggers rows selection</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/navkeys-click-triggers-rows-selection#p24422</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/navkeys-click-triggers-rows-selection#p24422</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>I&#39;m using formedit together with the multiselect option.</p>
<p>My problem is that when the navkeys are clicked in the form popup, it triggers the selection of rows on the grid.</p>
<p>Is there a way to prevent that?</p>
<p>I already prevented rows being selected by clicking directly on them with this piece of code :</p>
<p>"onCellSelect": function (rowid, iCol, cellcontent, e) { if (iCol &#62; 1) { myGrid.jqGrid(&#39;setSelection&#39;, rowid, false); } }</p>
<p>Thanks for your help.</p>
]]></description>
        	        	<pubDate>Fri, 26 Aug 2011 16:12:56 +0300</pubDate>
        </item>
</channel>
</rss>