<?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: Not highlights row after press button "refresh"!?</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/not-highlights-row-after-press-button-refresh</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/not-highlights-row-after-press-button-refresh/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Not highlights row after press button "refresh"!?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/not-highlights-row-after-press-button-refresh#p30781</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/not-highlights-row-after-press-button-refresh#p30781</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Try to use setTimeout with let say 100or 200 ms</p>
<p>Regards</p>
]]></description>
        	        	<pubDate>Thu, 19 Jun 2014 12:05:27 +0300</pubDate>
        </item>
        <item>
        	<title>keealog on Not highlights row after press button "refresh"!?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/not-highlights-row-after-press-button-refresh#p30766</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/not-highlights-row-after-press-button-refresh#p30766</guid>
        	        	<description><![CDATA[<p>After press button "refresh", row in table has focus but not highlights as selected.<br />
<span style="text-decoration: underline">Here is part of code.</span></p>
<p style="padding-left: 30px">
jQuery('#tbl').jqGrid('navGrid','#tbl_pager',<br />
Â Â Â Â Â Â Â  {<br />
Â Â Â Â Â Â Â Â Â Â Â  edit:false,add:true,del:false,<br />
Â Â  Â Â Â  Â Â Â  Â <br />
Â Â Â Â Â Â Â Â Â Â Â  afterRefresh: function()<br />
Â Â Â Â Â Â Â Â Â Â Â  {<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â <strong> $('#tbl').jqGrid('setSelection','30'); </strong>//<em>The row with id=30 is on first page of table defore and after refresh.</em><br />
Â Â Â Â Â Â Â Â Â Â Â  }<br />
Â Â Â Â Â Â Â  },<br />
Â Â Â Â Â Â Â  {},{},{},{},{}<br />
Â Â Â  )</p>
<p>After refresh i check id of selected row with $('#tbl').jqGrid('getGridParam','selrow') - it's correct = 30, but not highlights.<br />
If i use $('#tbl').jqGrid('setSelection','30') in another section of code (for example in onSelectRow) and without refresh, it works correct.</p>
]]></description>
        	        	<pubDate>Sat, 14 Jun 2014 13:12:32 +0300</pubDate>
        </item>
</channel>
</rss>