<?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: Changing Font color of a Selected Row.</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/changing-font-color-of-a-selected-row</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/changing-font-color-of-a-selected-row/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Changing Font color of a Selected Row.</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/changing-font-color-of-a-selected-row#p30732</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/changing-font-color-of-a-selected-row#p30732</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>The tricky code here is that you should set the css style after the grid code by example:</p>
<p><input type='button' class='sfcodeselect' name='sfselectit3533' value='Select Code' data-codeid='sfcode3533' /></p>
<div class='sfcode' id='sfcode3533'>
&#60;script type=&#34;text/javascript&#34;&#62;<br />
    //&#60;![CDATA[<br />
        jQuery(document).ready(function() {</p>
<p>            var grid = jQuery(&#34;#list&#34;);<br />
            grid.jqGrid({<br />
 ........<br />
            });<br />
        });<br />
    //]]&#62;<br />
    &#60;/script&#62;<br />
    &#60;style type=&#34;text/css&#34;&#62;<br />
        .ui-jqgrid-btable .ui-state-highlight { background: #003366;}<br />
    &#60;/style&#62;</p>
</div>
<p>Kind Regards</p>
]]></description>
        	        	<pubDate>Fri, 06 Jun 2014 12:55:05 +0300</pubDate>
        </item>
        <item>
        	<title>remax on Changing Font color of a Selected Row.</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/changing-font-color-of-a-selected-row#p30724</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/changing-font-color-of-a-selected-row#p30724</guid>
        	        	<description><![CDATA[<p>First post so please bare with me!</p>
<p>My jqGrid is being populated from a database and I simply want to change the color of the font when selecting a given row. Â I already got the row background color changed to blue, just I also want to change Color to White. Â Any ideas how to make this work on all the TD's??</p>
<p>Â </p>
<p>.ui-jqgrid-btable .ui-state-highlight { background: #003366;} Â // Change Grid background Color to Blue when selected..</p>
<p>Â </p>
<p>Sorry for the vague description but I tried making all sorts of CSS changes but nothing seemed to work.</p>
<p>Â </p>
<p>Thanks</p>
]]></description>
        	        	<pubDate>Wed, 04 Jun 2014 15:23:06 +0300</pubDate>
        </item>
</channel>
</rss>