<?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: IE cannot render cell background colour</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/ie-cannot-render-cell-background-colour</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/ie-cannot-render-cell-background-colour/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>asitis on IE cannot render cell background colour</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/ie-cannot-render-cell-background-colour#p11998</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/ie-cannot-render-cell-background-colour#p11998</guid>
        	        	<description><![CDATA[<p>Thanks Rumen for repying to my post. Based on the link you&#39;ve given, I can set the background while while adding data to the cell but only set the colour to the back ground of the text, not the whole cell.</p>
</p>
<p>Is cellbinding<span id="tabs_DescriptionCode"> event available for javascript? Or is there any similar method for javascript?</span></p>
</p>
<p>Regards</p>
]]></description>
        	        	<pubDate>Mon, 16 Nov 2009 18:46:10 +0200</pubDate>
        </item>
        <item>
        	<title>Rumen[Trirand] on IE cannot render cell background colour</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/ie-cannot-render-cell-background-colour#p11966</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/ie-cannot-render-cell-background-colour#p11966</guid>
        	        	<description><![CDATA[<p>How about the approach shown here:</p>
</p>
<p><a href="http://trirand.net/demo.aspx" target="_blank">http://trirand.net/demo.aspx</a>&#160;( Appearance -&#62; Custom Cell Color)</p>
</p>
<p>You can check out how we do it for background color - basically create html span for the content.</p>
]]></description>
        	        	<pubDate>Mon, 16 Nov 2009 01:15:10 +0200</pubDate>
        </item>
        <item>
        	<title>asitis on IE cannot render cell background colour</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/ie-cannot-render-cell-background-colour#p11965</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/ie-cannot-render-cell-background-colour#p11965</guid>
        	        	<description><![CDATA[</p>
<p>It seems like I am hitting the dead end! I&#39;ve been searching around in the last couple of days without any success.</p>
</p>
<p>I think the custom theme css file somehow overwriting and set the backgound colour back to the original state.</p>
<p>Is there a solution please anyone?</p>
<p>[Image Can Not Be Found]</p>
]]></description>
        	        	<pubDate>Sun, 15 Nov 2009 23:03:28 +0200</pubDate>
        </item>
        <item>
        	<title>asitis on IE cannot render cell background colour</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/ie-cannot-render-cell-background-colour#p11877</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/ie-cannot-render-cell-background-colour#p11877</guid>
        	        	<description><![CDATA[<p>Hi guys</p>
</p>
<p>I am having a tiny problem but first thanks Tony for the beautiful plugin.</p>
</p>
<p>I have setup a grid in which a cell background colour is set to a specific colour. In Firefox and other browsers everything is find, but in Internet Explorer the colour of the cell background I have set is not being rendered. Here is my code</p>
</p>
<p>jQuery("#tblScheduleDetail").jqGrid({ <br />&#160;&#160;&#160; url:&#39;nothing&#39;, <br />&#160;&#160;&#160; datatype: "json", <br />&#160;&#160;&#160; height: 150, width: 850,<br />&#160;&#160;&#160; colNames:[&#39;Appt time&#39;,&#39;Dur&#39;,&#39;Freq&#39;,&#39;SST&#39;,&#39;&#60;img src="images/note.bmp"&#62;&#39;,&#39;&#60;img src="images/paperclip.bmp"&#62;&#39;,&#39;Client&#39;,&#39;Address&#39;,&#39;Ess.&#39;,&#39;Associated Org Provider&#39;],<br />&#160;&#160;&#160; colModel:[{name:&#39;col0&#39;,index:&#39;col0&#39;},<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160; {name:&#39;col1&#39;,index:&#39;col1&#39;},<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160; {name:&#39;col2&#39;,index:&#39;col2&#39;},<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160; {name:&#39;col3&#39;,index:&#39;col3&#39;},<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160; {name:&#39;col4&#39;,index:&#39;col4&#39;},<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160; {name:&#39;col5&#39;,index:&#39;col5&#39;},<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160; {name:&#39;col6&#39;,index:&#39;col6&#39;},<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160; {name:&#39;col7&#39;,index:&#39;col7&#39;},<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160; {name:&#39;col8&#39;,index:&#39;col8&#39;},<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160; {name:&#39;col9&#39;,index:&#39;col9&#39;}],<br />&#160;&#160;&#160; rowNum:200, <br />&#160;&#160;&#160; mtype: "POST", <br />&#160;&#160;&#160; rownumbers: false, <br />&#160;&#160;&#160; gridview: true, <br />&#160;&#160;&#160; pager: &#39;#pager&#39;, <br />&#160;&#160;&#160; sortname: &#39;&#39;, <br />&#160;&#160;&#160; viewrecords: true, <br />&#160;&#160;&#160; sortorder: "asc", <br />&#160;&#160;&#160; caption: "Schedule Detail" <br />});<br />var data = [ {col1:"col1,row1", col2:"col2,row1",col3:"col3,row1",col4:"col4,row1"},<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {col1:"col1,row2", col2:"col2,row2",col3:"col3,row2",col4:"col4,row2"},<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {col1:"col1,row3", col2:"col2,row3",col3:"col3,row3",col4:"col4,row3"},<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {col1:"col1,row4", col2:"col2,row4",col3:"col3,row4",col4:"col4,row4"}]; <br />for(var i = 0; i &#60;= data.length; i ++){<br />&#160;&#160;&#160; jQuery("#tblScheduleDetail").addRowData(i+1,data[i]); <br />}<br />jQuery("#tblScheduleDetail").setCell(1,&#39;col4&#39;,&#39;&#39;,{&#39;background-color&#39;:&#39;yellow&#39;});</p>
</p>
<p>I may have missed something, can someone help please</p>
]]></description>
        	        	<pubDate>Thu, 12 Nov 2009 18:21:53 +0200</pubDate>
        </item>
</channel>
</rss>