<?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: highlight row based on a certain column value</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/highlight-row-based-on-a-certain-column-value</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/highlight-row-based-on-a-certain-column-value/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on highlight row based on a certain column value</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/highlight-row-based-on-a-certain-column-value#p20321</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/highlight-row-based-on-a-certain-column-value#p20321</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Look at demos, there is a such example. Also there are a lot of othre post regarding this.</p>
<p>In general you will need to use afterInsertRow event with disabled gridview mode.</p>
</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 15 Oct 2010 17:09:33 +0300</pubDate>
        </item>
        <item>
        	<title>alex1243 on highlight row based on a certain column value</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/highlight-row-based-on-a-certain-column-value#p20320</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/highlight-row-based-on-a-certain-column-value#p20320</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>I simply want to highlight all the rows in a table that contain the Failed word to yellow.</p>
<p>I did the following:</p>
<p>$(&#39;#jsonmap td:contains(Failed)&#39;).parent().addClass(&#39;row&#39;);</p>
<p>where row:</p>
<p>&#160; &#60;style&#62;<br />&#160;&#160;&#160; .row&#160;&#160;&#160; <br />&#160;&#160;&#160; {<br />&#160;&#160;&#160;&#160; background-color:Yellow;<br />&#160;&#160;&#160; }<br />&#160;&#160;&#160; &#60;/style&#62;</p>
</p>
<p>Doesn&#39;t seem to work.. please help.</p>
<p>When debuging with firebug my tr has the following class: ui-widget-content jqgrow ui-row-ltr so I also tried removeClass("ui-widget-content jqgrow ui-row-ltr").addClass("row").. doesn&#39;t seem to work either.</p>
<p>Thank you!</p>
<p>Alex</p>
]]></description>
        	        	<pubDate>Fri, 15 Oct 2010 16:41:53 +0300</pubDate>
        </item>
</channel>
</rss>