<?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: Question about altRows Propety</title>
	<link>http://www.trirand.com/blog/?page_id=393/jqgrid-roadmap/question-about-altrows-propety</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/jqgrid-roadmap/question-about-altrows-propety/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>SirPyros on Question about altRows Propety</title>
        	<link>http://www.trirand.com/blog/?page_id=393/jqgrid-roadmap/question-about-altrows-propety#p7878</link>
        	<category>jqGrid Roadmap</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/jqgrid-roadmap/question-about-altrows-propety#p7878</guid>
        	        	<description><![CDATA[<p>It&#39;s not the cleanest solution but in the meantime I did this to get the alt to work.</p>
<p>Each alt row gets the ui-priority-secondary class from jquery.ui themes</p>
</p>
<p>in the jqgrid css file i added this line.</p>
</p>
<p>.ui-jqgrid tr.ui-priority-secondary td { background: #COLOR_CODE; }</p>
</p>
<p>And it works. <img class="spSmiley" style="margin:0" title="Cool" src="/blog/wp-content/forum-smileys/sf-cool.gif" alt="Cool" /></p>
]]></description>
        	        	<pubDate>Thu, 16 Jul 2009 17:14:12 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Question about altRows Propety</title>
        	<link>http://www.trirand.com/blog/?page_id=393/jqgrid-roadmap/question-about-altrows-propety#p7069</link>
        	<category>jqGrid Roadmap</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/jqgrid-roadmap/question-about-altrows-propety#p7069</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Will see what I can do. Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 05 Jun 2009 01:38:42 +0300</pubDate>
        </item>
        <item>
        	<title>utopia on Question about altRows Propety</title>
        	<link>http://www.trirand.com/blog/?page_id=393/jqgrid-roadmap/question-about-altrows-propety#p7063</link>
        	<category>jqGrid Roadmap</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/jqgrid-roadmap/question-about-altrows-propety#p7063</guid>
        	        	<description><![CDATA[<p>Do you intent to do this anyway without the themeroller support or are you gonna wait for them to implement this. I really liked that function and it stops me from using the much nicer 3.5 version. </p>
<p>Without the theme roller support people can create there own css...</p>
]]></description>
        	        	<pubDate>Thu, 04 Jun 2009 07:18:54 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Question about altRows Propety</title>
        	<link>http://www.trirand.com/blog/?page_id=393/jqgrid-roadmap/question-about-altrows-propety#p6201</link>
        	<category>jqGrid Roadmap</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/jqgrid-roadmap/question-about-altrows-propety#p6201</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>If this is a 3.5 version this is not supported due to missing implementation of altRows in UI Theme roller.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 22 Apr 2009 06:08:12 +0300</pubDate>
        </item>
        <item>
        	<title>SharonMalam on Question about altRows Propety</title>
        	<link>http://www.trirand.com/blog/?page_id=393/jqgrid-roadmap/question-about-altrows-propety#p6194</link>
        	<category>jqGrid Roadmap</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/jqgrid-roadmap/question-about-altrows-propety#p6194</guid>
        	        	<description><![CDATA[<p>Hello All,</p>
<p>I created a JQGrid and i want to use the altRows property which create a "zebra" effect on the grid rows.</p>
<p>I wrote the code bellow:</p>
<p>&#160;<span style="font-size: x-small;">$(</span><span style="font-size: x-small; color: #a31515;"><span style="font-size: x-small; color: #a31515;">&#39;#tblParams&#39;</span></span><span style="font-size: x-small;">).jqGrid({<br />datatype: </span><span style="font-size: x-small; color: #a31515;"><span style="font-size: x-small; color: #a31515;">&#39;local&#39;</span></span><span style="font-size: x-small;">,<br />height: 400,<br />width: 740,<br />colNames: [<br /></span><span style="font-size: x-small; color: #a31515;"><span style="font-size: x-small; color: #a31515;">&#39;ParamID&#39;</span></span><span style="font-size: x-small;">, </span><span style="font-size: x-small; color: #a31515;"><span style="font-size: x-small; color: #a31515;">&#39;&#8217;&#732;ÂŠ&#39;</span></span><span style="font-size: x-small;">, </span><span style="font-size: x-small; color: #a31515;"><span style="font-size: x-small; color: #a31515;">&#39;&#8216;&#8230;&#8218; Âš&#8217;&#732;&#8240;&#8220;&#39;</span></span><span style="font-size: x-small;">, </span><span style="font-size: x-small; color: #a31515;"><span style="font-size: x-small; color: #a31515;">&#39;&#8217;&#732;&#8240;&#8249;&#8222;&#39;</span></span><span style="font-size: x-small;">],<br />colModel: [<br />{ name: <br /></span><span style="font-size: x-small; color: #a31515;"><span style="font-size: x-small; color: #a31515;">&#39;ParamID&#39;</span></span><span style="font-size: x-small;">, index: </span><span style="font-size: x-small; color: #a31515;"><span style="font-size: x-small; color: #a31515;">&#39;ParamID&#39;</span></span><span style="font-size: x-small;">, width: 90, key: </span><span style="font-size: x-small; color: #0000ff;"><span style="font-size: x-small; color: #0000ff;">true</span></span><span style="font-size: x-small;">, resizable: </span><span style="font-size: x-small; color: #0000ff;"><span style="font-size: x-small; color: #0000ff;">false</span></span><span style="font-size: x-small;">, hidden: </span><span style="font-size: x-small; color: #0000ff;"><span style="font-size: x-small; color: #0000ff;">true</span></span><span style="font-size: x-small;">},<br />name: <br /></span><span style="font-size: x-small; color: #a31515;"><span style="font-size: x-small; color: #a31515;">&#39;ParamName&#39;</span></span><span style="font-size: x-small;">, index: </span><span style="font-size: x-small; color: #a31515;"><span style="font-size: x-small; color: #a31515;">&#39;ParamName&#39;</span></span><span style="font-size: x-small;">, width: 90, resizable: </span><span style="font-size: x-small; color: #0000ff;"><span style="font-size: x-small; color: #0000ff;">false</span></span><span style="font-size: x-small;">},<br />{ name: <br /></span><span style="font-size: x-small; color: #a31515;"><span style="font-size: x-small; color: #a31515;">&#39;ParamValue&#39;</span></span><span style="font-size: x-small;">, index: </span><span style="font-size: x-small; color: #a31515;"><span style="font-size: x-small; color: #a31515;">&#39;ParamValue&#39;</span></span><span style="font-size: x-small;">, width: 90, key: </span><span style="font-size: x-small; color: #0000ff;"><span style="font-size: x-small; color: #0000ff;">true</span></span><span style="font-size: x-small;">, resizable: </span><span style="font-size: x-small; color: #0000ff;"><span style="font-size: x-small; color: #0000ff;">false</span></span><span style="font-size: x-small;">},<br />{ name: <br /></span><span style="font-size: x-small; color: #a31515;"><span style="font-size: x-small; color: #a31515;">&#39;Edit&#39;</span></span><span style="font-size: x-small;">, index: </span><span style="font-size: x-small; color: #a31515;"><span style="font-size: x-small; color: #a31515;">&#39;Edit&#39;</span></span><span style="font-size: x-small;">, width: 50, resizable: </span><span style="font-size: x-small; color: #0000ff;"><span style="font-size: x-small; color: #0000ff;">false</span></span><span style="font-size: x-small;">, formatter: </span><span style="font-size: x-small; color: #a31515;"><span style="font-size: x-small; color: #a31515;">&#39;link&#39;</span></span><span style="font-size: x-small;">}],<br />imgpath: </span><span style="font-size: x-small; color: #a31515;"><span style="font-size: x-small; color: #a31515;">&#39;../JS/jqGrid/themes/iPost/images&#39;</span></span><span style="font-size: x-small;">,</span></p>
<p><input type='button' class='sfcodeselect' name='sfselectit5874' value='Select Code' data-codeid='sfcode5874' /></p>
<div class='sfcode' id='sfcode5874'><span style="font-size: x-small;">altRows: </span><span style="font-size: x-small; color: #0000ff;"><span style="font-size: x-small; color: #0000ff;">true</span></span><span style="font-size: x-small;">,<br /></span></div>
<p><font size="2"></p>
<p></font></p>
<p><span style="font-size: x-small;">viewrecords: </span><span style="font-size: x-small; color: #0000ff;"><span style="font-size: x-small; color: #0000ff;">false</span></span><span style="font-size: x-small;">,<br />onCellSelect: </span><span style="font-size: x-small; color: #0000ff;"><span style="font-size: x-small; color: #0000ff;">function</span></span><span style="font-size: x-small;">(rowid, iCol, cellcontent) <br /></span><span style="font-size: x-small;">{</span><span style="font-size: x-small;">}<br />});</span></p>
<p>As you can see in the mark line i wrote&#160; <span style="font-size: x-small;">altRows: </span><span style="font-size: x-small; color: #0000ff;"><span style="font-size: x-small; color: #0000ff;">true <br /></span></span><span style="font-size: x-small;">but my grid is&#160;not change and all the lines are with the same color.</span></p>
<p><span style="font-size: x-small;">Can someone help me please with this problem?</span></p>
<p><span style="font-size: x-small;">Thanks.<br /></span></p></p>
]]></description>
        	        	<pubDate>Tue, 21 Apr 2009 03:03:21 +0300</pubDate>
        </item>
</channel>
</rss>