<?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: Cell Background Color</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/cell-background-color</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/cell-background-color/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>genti15al on Cell Background Color</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/cell-background-color#p6598</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/cell-background-color#p6598</guid>
        	        	<description><![CDATA[<p>Hi Adam,</p>
<p>That did it! Thank you for your help! Never thought it was this easy.</p>
<p>Thanks again,</p>
<p>Genti</p>
]]></description>
        	        	<pubDate>Sun, 10 May 2009 12:57:06 +0300</pubDate>
        </item>
        <item>
        	<title>akremedy on Cell Background Color</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/cell-background-color#p6597</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/cell-background-color#p6597</guid>
        	        	<description><![CDATA[<p>Genti, use setCell (see Basid Grids &#62; Methods in docs for more information).&#160; Here is a working example that sets the background color of one cell to red on a specific condition:</p>
<p><input type='button' class='sfcodeselect' name='sfselectit150' value='Select Code' data-codeid='sfcode150' /></p>
<div class='sfcode' id='sfcode150'>jQuery(document).ready(function(){<br />jQuery("#mylinks_grid_table").jqGrid({<br />afterInsertRow:function(row_id,rData) {<br />if(rData[&#39;share&#39;] == &#39;yes&#39;) {<br />jQuery("#mylinks_grid_table").setCell(row_id,&#39;share&#39;,&#39;&#39;,{background:&#39;red&#39;},{title:&#39;This link has been shared&#39;});<br />}<br />},<br />caption: &#39;My Family\\&#39;s Links&#39;,<br />colModel :[<br />{name:&#39;id&#39;, index:&#39;id&#39;, width:40, align:&#39;center&#39;,editable:false,editoptions:{readonly:true,size:10},hidden:true},<br />{name:&#39;flag&#39;, index:&#39;flag&#39;, width:50, align:&#39;center&#39;,editable:false,editoptions:{readonly:true},hidden:false},<br />{name:&#39;added&#39;, index:&#39;added&#39;, width: 70, editable:false, sortable:true, hidden:true},<br />{name:&#39;share&#39;, index:&#39;share&#39;, width: 60, align:&#39;center&#39;,editable:true,edittype:"checkbox",editoptions:{value:"yes:no"}},<br />{name:&#39;name&#39;, index:&#39;name&#39;, width: 200, editable:true,},<br />{name:&#39;link&#39;, index:&#39;link&#39;, width: 301, editable:true, formatter:&#39;link&#39;,formatoptions:{target:"_new"},editrules:{url:true}}<br />],</div>
</p>
<p>Hope that helps,</p>
<p>Adam</p>
]]></description>
        	        	<pubDate>Sun, 10 May 2009 08:45:22 +0300</pubDate>
        </item>
        <item>
        	<title>genti15al on Cell Background Color</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/cell-background-color#p6596</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/cell-background-color#p6596</guid>
        	        	<description><![CDATA[<p>Hello everyone,</p>
<p>I was wondering if jqGrid currently allows changing the background color of a cell. I have searched through most of the documentation and the demos&#160; and I couldn&#39;t find anything about this.</p>
<p>Anyone has a hint how can this be achieved currently?</p>
<p>Thank you in advance,</p>
<p>Genti</p>
]]></description>
        	        	<pubDate>Sat, 09 May 2009 16:01:07 +0300</pubDate>
        </item>
</channel>
</rss>