<?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: top/bottominfo add/edit/view parms weirdness (bug)</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/topbottominfo-addeditview-parms-weirdness-bug</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/bugs/topbottominfo-addeditview-parms-weirdness-bug/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Phil K on top/bottominfo add/edit/view parms weirdness (bug)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/topbottominfo-addeditview-parms-weirdness-bug#p26177</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/topbottominfo-addeditview-parms-weirdness-bug#p26177</guid>
        	        	<description><![CDATA[<p>Has this issue been resolved? &#160;I, too, would like to programmatically set view&#39;s top and bottom info.</p>
]]></description>
        	        	<pubDate>Mon, 19 Mar 2012 19:55:34 +0200</pubDate>
        </item>
        <item>
        	<title>tony on top/bottominfo add/edit/view parms weirdness (bug)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/topbottominfo-addeditview-parms-weirdness-bug#p11098</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/topbottominfo-addeditview-parms-weirdness-bug#p11098</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thanks. Yes I see this wired behavior. Will try to fix this to the final 3.6.</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 27 Oct 2009 01:58:17 +0200</pubDate>
        </item>
        <item>
        	<title>oggei on top/bottominfo add/edit/view parms weirdness (bug)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/topbottominfo-addeditview-parms-weirdness-bug#p11069</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/topbottominfo-addeditview-parms-weirdness-bug#p11069</guid>
        	        	<description><![CDATA[<p>Hi, as per <a href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:form_editing" rel="nofollow" target="_blank"><a href="http://www.trirand.com/jqgridw" rel="nofollow">http://www.trirand.com/jqgridw</a>.....rm_editing</a> i would like to add to my modal form some additional info for usability sake, but i&#39;m currently experiencing a weird problem.</p>
<p>Given this :</p>
<p><input type='button' class='sfcodeselect' name='sfselectit1130' value='Select Code' data-codeid='sfcode1130' /></p>
<div class='sfcode' id='sfcode1130'>
<p>&#60;html&#62;&#60;head&#62;<br />&#60;link rel="stylesheet" type="text/css" media="screen" href="../css/ui-lightness/jquery-ui-1.7.2.custom.css" /&#62;<br />&#60;link rel="stylesheet" type="text/css" media="screen" href="../css/ui.jqgrid.css" /&#62;<br />&#60;script src="jquery-1.3.2.min.js" type="text/javascript"&#62;&#60;/script&#62;<br />&#60;script src="i18n/grid.locale-en.js" type="text/javascript"&#62;&#60;/script&#62;<br />&#60;script src="jquery.jqGrid.min.js" type="text/javascript"&#62;&#60;/script&#62;</p>
<p>&#60;script type="text/javascript"&#62;<br />$(document).ready(function() {<br />&#160;&#160;&#160; $("#grid").jqGrid({<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; datatype: "local",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; caption: "foobar",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; pager: $("#pager"),<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; colNames:[&#39;Inv No&#39;,&#39;Date&#39;, &#39;Client&#39;, &#39;Amount&#39;,&#39;Tax&#39;,&#39;Total&#39;,&#39;Notes&#39;],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; colModel:[<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;id&#39;,index:&#39;id&#39;, width:60, sorttype:"int", editable: true}, <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;invdate&#39;,index:&#39;invdate&#39;, width:90, sorttype:"date", editable: true}, <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;name&#39;,index:&#39;name&#39;, width:100, editable: true}, <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;amount&#39;,index:&#39;amount&#39;, width:80, align:"right",sorttype:"float"}, <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;tax&#39;,index:&#39;tax&#39;, width:80, align:"right",sorttype:"float"}, <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;total&#39;,index:&#39;total&#39;, width:80,align:"right",sorttype:"float"}, <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;note&#39;,index:&#39;note&#39;, width:150, sortable:false} ], <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; }).navGrid("#pager",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { // base params<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; view: true, del: false<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; },{ // edit params<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; topinfo: &#39;edit top info&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; bottominfo: &#39;edit bottom info&#39;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; },{ // add params<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; topinfo: &#39;add top info&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; bottominfo: &#39;add bottom info&#39;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {}, // delete params<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {}, // search params<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { // view params<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; topinfo: &#39;view top info&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; bottominfo: &#39;view bottom info&#39;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; );<br />&#160;&#160;&#160; var mydata = [<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; {id:"1",invdate:"2007-10-01",name:"test",note:"note",amount:"200.00",tax:"10.00",total:"210.00"},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; {id:"2",invdate:"2007-10-02",name:"test2",note:"note2",amount:"300.00",tax:"20.00",total:"320.00"},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; ];<br />&#160;&#160;&#160; for(var i=0;i&#60;=mydata.length;i++)<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; jQuery("#grid").addRowData(i+1,mydata[i]); <br />});<br />&#60;/script&#62;<br />&#60;/head&#62;<br />&#60;body&#62;<br />&#60;table id="grid" class="scroll" cellpadding="0" cellspacing="0"&#62;&#60;/table&#62; <br />&#60;div id="pager" class="scroll" style="text-align:center;"&#62;&#60;/div&#62;<br />&#60;/body&#62;&#60;/html&#62;</p>
</div>
<p>I&#39;m experiencing the following:</p>
<ul>
<li>if i set only top/bottominfo in editparms, no info shown at all</li>
<li>if i set it in both edit and add, both show me the info in addparms</li>
<li>if i set it in addparms only, again both show me addparms info</li>
<li>no way for viewparms, they don&#39;t show at all, never.</li>
</ul>
<p>Accordingly to wikipage linked above, this seems definitely a bug to me, is anyone currently using this features ?</p>
<p>Jquery: 1.3.2</p>
<p>jqgrid: 3.5.3 (complete)</p>
</p>
<p>TIA,</p>
</p>
<p>ale</p>
]]></description>
        	        	<pubDate>Mon, 26 Oct 2009 05:43:36 +0200</pubDate>
        </item>
</channel>
</rss>