<?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: Grid summary footer problems</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/grid-summary-footer-problems</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/grid-summary-footer-problems/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>jmcleod3 on Grid summary footer problems</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/grid-summary-footer-problems#p7534</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/grid-summary-footer-problems#p7534</guid>
        	        	<description><![CDATA[<p>Solved on my own.</p>
<p>Just updated all jqGrid files from github.</p>
<p>Note to all:</p>
<p>Remember to do this ever so often. It helps.</p>
<p>Thanks for the update, Tony.</p>
<p>John</p></p>
]]></description>
        	        	<pubDate>Mon, 29 Jun 2009 08:55:06 +0300</pubDate>
        </item>
        <item>
        	<title>jmcleod3 on Grid summary footer problems</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/grid-summary-footer-problems#p7261</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/grid-summary-footer-problems#p7261</guid>
        	        	<description><![CDATA[<p>Hello all,</p>
<p>I&#39;m having problem implementing the "summary footer" to my grid.</p>
<p>Javascript</p>
<p>var lastsel;</p>
<p>$(document).ready(function(){ <br />&#160;&#160;&#160; jQuery("#list").jqGrid({ <br />&#160;&#160;&#160; &#160;&#160;&#160; scrollrows : true, <br />&#160;&#160;&#160; &#160;&#160;&#160; url:&#39;_getGridApplicationData.php?nd=&#39;+new Date().getTime(), <br />&#160;&#160;&#160; &#160;&#160;&#160; datatype: "json", <br />&#160;&#160;&#160; &#160;&#160;&#160; colNames:[&#39;App. ID&#39;,&#39;User ID&#39;,&#39;Created Date&#39;,&#39;Project Title&#39;,&#39;Total Amt.&#60;br&#62;Requested&#39;,&#39;Letter&#60;br&#62;of Intent&#39;,&#39;LOI Approved&#39;, &#39;Proposal&#60;br&#62;Attached&#39;],<br />&#160;&#160;&#160; &#160;&#160;&#160; colModel:[ <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;applicationId&#39;,index:&#39;applicationId&#39;, width:50, align:"center"},<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;userId&#39;,index:&#39;userId&#39;, width:100}, <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;createdDate&#39;,index:&#39;createdDate&#39;, width:90}, <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; name:&#39;projectTitle&#39;,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; index:&#39;projectTitle&#39;, <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; width:180, <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; align:"left", <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; formatter: &#39;showlink&#39;,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; formatoptions:<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; target:"_new", <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; baseLinkUrl:&#39;applicationInformationForm.php&#39;,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; addParam:&#39;&#38;action=view&#39;<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; }<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; }, <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;totalAmountRequested&#39;,index:&#39;totalAmountRequested&#39;, width:90, align:"right", formatter:&#39;number&#39; }, <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; name:&#39;loiAttached&#39;, <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; index:&#39;loiAttached&#39;, <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; align:"center", <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; width:80, <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; formatter: &#39;showlink&#39;, <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; formatoptions:<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; target:"_new", <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; baseLinkUrl: &#39;viewAppFile.php&#39;,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; addParam:&#39;&#38;f=loi&#39;<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; }<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; },<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; name:&#39;loiApproved&#39;,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; index:&#39;loiApproved&#39;,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; align:"center",<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; width:90,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; editable:true,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; edittype:"checkbox",<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; editoptions:{value:"Yes:No"}<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; },<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; name:&#39;fileAttached&#39;,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; index:&#39;fileAttached&#39;, <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; align:"center", <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; width:80, <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; formatter: &#39;showlink&#39;, <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; formatoptions:<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; target:"_new", <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; baseLinkUrl:&#39;viewAppFile.php&#39;,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; addParam:&#39;&#38;f=prop&#39;<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; }<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; }<br />&#160;&#160;&#160; &#160;&#160;&#160; ],<br />&#160;&#160;&#160; &#160;&#160;&#160; <br />&#160;&#160;&#160; &#160;&#160;&#160; editurl:"_editAdminGrid.php",<br />&#160;&#160;&#160; &#160;&#160;&#160; pager: jQuery(&#39;#pager&#39;), <br />&#160;&#160;&#160; &#160;&#160;&#160; rowNum:10, <br />&#160;&#160;&#160; &#160;&#160;&#160; rowList:[10,20,30], <br />&#160;&#160;&#160; &#160;&#160;&#160; imgpath:&#39;images&#39;, <br />&#160;&#160;&#160; &#160;&#160;&#160; sortname: &#39;applicationId&#39;, <br />&#160;&#160;&#160; &#160;&#160;&#160; viewrecords: true, <br />&#160;&#160;&#160; &#160;&#160;&#160; sortorder: "asc",<br />&#160;&#160;&#160; &#160;&#160;&#160; height:300,<br />&#160;&#160;&#160; &#160;&#160;&#160; //cellediting:true,<br />&#160;&#160;&#160; &#160;&#160;&#160; footerrow:true, <br />&#160;&#160;&#160; &#160;&#160;&#160; userDataOnFooter:true, <br />&#160;&#160;&#160; &#160;&#160;&#160; caption: "Grant Applications"<br />&#160;&#160;&#160; &#160;&#160;&#160; <br />&#160;&#160;&#160; }).navGrid(&#39;#pager&#39;, { edit:false, add:false, del:false},{height:200, reloadAfterSubmit:true })<br />&#160;&#160;&#160; &#160;&#160;&#160; <br />});</p>
<p>Any help will be greatly appreciated.</p>
<p>JohnM</p>
]]></description>
        	        	<pubDate>Wed, 17 Jun 2009 10:43:11 +0300</pubDate>
        </item>
</channel>
</rss>