<?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: Summary Row properties</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/summary-row-properties</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/summary-row-properties/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Summary Row properties</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/summary-row-properties#p28587</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/summary-row-properties#p28587</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>Please read my code carefully. Mybe this will work</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit7428' value='Select Code' data-codeid='sfcode7428' /></p>
<div class='sfcode' id='sfcode7428'>
<p>$(&#34;tr.footrow td:eq(0)&#34;,&#34;#gview_IdMyGrid&#34;).css(&#34;color&#34;,&#34;#37a0e6&#8243;);</p>
</p>
</div>
<p>A litle, but very important diffrence &#8211; i.e you should put <strong>gview_</strong> before the grid id</p>
</p>
<p>Regards</p>
]]></description>
        	        	<pubDate>Thu, 04 Apr 2013 19:46:54 +0300</pubDate>
        </item>
        <item>
        	<title>Pegase92 on Summary Row properties</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/summary-row-properties#p28584</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/summary-row-properties#p28584</guid>
        	        	<description><![CDATA[<p>Bonsoir,</p>
<p>At the end, as I want every summary row to be on the same color, I definitivly choose to modify the ui.jqgrid.css :</p>
<p>.ui-jqgrid tr.footrow td {</p>
<p>background-color:#37a0e6;</p>
<p>...</p>
<p>}</p>
<p>Many thanks for your help.</p>
<p>Benoit</p>
]]></description>
        	        	<pubDate>Thu, 04 Apr 2013 19:02:23 +0300</pubDate>
        </item>
        <item>
        	<title>Pegase92 on Summary Row properties</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/summary-row-properties#p28583</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/summary-row-properties#p28583</guid>
        	        	<description><![CDATA[<p>Bonsoir,</p>
</p>
<p>I have try to add the hints you gave me on my code. So let&#39;s assume that I want to make the background color of the <span style="text-decoration: underline;">first column </span>of the sumarry row to the color <span style="text-decoration: underline;">#37a0e6</span>. My grid is having the id : <span style="text-decoration: underline;">#IdMyGrid</span>. Here is my script :&#160;</p>
<p>&#160;&#160;&#160; &#60;script type="text/javascript"&#62;<br />&#160;&#160; &#160;&#160;&#160; &#160;$("tr.footrow td:eq(0)","#IdMyGrid").css("color","#37a0e6"); <br />&#160;&#160;&#160; &#60;/script&#62;</p>
<p>I put that piece of script at the end of my HTML page, so I am sure that the page is loaded ...&#160; . Nothing happens in my page, and I can not see any change within the css while loading the page with Firebug ..</p>
<p>Could you please help me .</p>
<p>Thanks</p>
<p>Benoit</p></p>
]]></description>
        	        	<pubDate>Thu, 04 Apr 2013 18:37:02 +0300</pubDate>
        </item>
        <item>
        	<title>Pegase92 on Summary Row properties</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/summary-row-properties#p28581</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/summary-row-properties#p28581</guid>
        	        	<description><![CDATA[<p>Bonjour,</p>
</p>
<p>Many thanks for your quick and efficient response. I will try to implement it and I will be back to you soon.</p>
</p>
<p>Have a nice day</p>
</p>
<p>Benoit</p>
]]></description>
        	        	<pubDate>Thu, 04 Apr 2013 15:40:43 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Summary Row properties</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/summary-row-properties#p28579</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/summary-row-properties#p28579</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>There is no build way for this, but you can easy manipulate this.</p>
<p>The summary row has a class <strong>footrow</strong>&#160;&#160;&#160; this way you can easy find and css the cell you want</p>
</p>
<p>$("tr.footrow td:eq(INDEXCOL)","#gview_GRIDID").css(&#8230;);</p>
</p>
<p>where&#160;INDEXCOL is the index of the column from colModel starting from 0 and GRIDID is the id of the grid.</p>
</p>
<p>Regards</p>
]]></description>
        	        	<pubDate>Thu, 04 Apr 2013 12:05:16 +0300</pubDate>
        </item>
        <item>
        	<title>Pegase92 on Summary Row properties</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/summary-row-properties#p28578</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/summary-row-properties#p28578</guid>
        	        	<description><![CDATA[<p>Bonjour,</p>
<p>First of all, many thanks for all the works you have done by having made jQuery Grid and also for the support team and the forum. I have mainly found all what I need in documentation/tutorial to learn and build very useful grid.</p>
<p>I have grids that have to present a summary row. I used the property associated and I did manage to make the summary row to appear. But is there a way to change the properties (font , font color, font size, background color) of this summary row without modifying the complete CSS ?</p>
</p>
<p>Thanks for your support.</p>
</p>
<p>Benoit</p>
]]></description>
        	        	<pubDate>Thu, 04 Apr 2013 11:08:02 +0300</pubDate>
        </item>
</channel>
</rss>