<?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: Change color of column names and rownumbers</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/change-color-of-column-names-and-rownumbers</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/change-color-of-column-names-and-rownumbers/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>dannymichaeli on Change color of column names and rownumbers</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/change-color-of-column-names-and-rownumbers#p20631</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/change-color-of-column-names-and-rownumbers#p20631</guid>
        	        	<description><![CDATA[<p>for everybody that maybe need the answer, here is my solution:<br />
 var RownumFontColor = "red";<br />
 var HeaderFontColor = "yellow";<br />
 var HeaderBackgroundColor = "brown";<br />
 $(".jqgrid-rownum").each(function() { this.style.color = RownumFontColor; });<br />
 $(".ui-jqgrid-sortable").each(function() {<br />
        this.style.color = HeaderFontColor;<br />
        this.style.backgroundColor = HeaderBackgroundColor;<br />
 });</p>
]]></description>
        	        	<pubDate>Tue, 02 Nov 2010 14:00:19 +0200</pubDate>
        </item>
        <item>
        	<title>dannymichaeli on Change color of column names and rownumbers</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/change-color-of-column-names-and-rownumbers#p20589</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/change-color-of-column-names-and-rownumbers#p20589</guid>
        	        	<description><![CDATA[<p>hello..</p>
<p>how can i change &#160;the color of column names and the row numbers?</p>
<p>thanks,</p>
<p>danny</p>
]]></description>
        	        	<pubDate>Sun, 31 Oct 2010 17:00:19 +0200</pubDate>
        </item>
</channel>
</rss>