<?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: Issue with multiple sub grids on a single page</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/issue-with-multiple-sub-grids-on-a-single-page</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/issue-with-multiple-sub-grids-on-a-single-page/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>dougis on Issue with multiple sub grids on a single page</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/issue-with-multiple-sub-grids-on-a-single-page#p25924</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/issue-with-multiple-sub-grids-on-a-single-page#p25924</guid>
        	        	<description><![CDATA[<p>Issue was related to the key used for data extracted. Changed primary data key to use an int instead of a string and that fixed the issue</p>
]]></description>
        	        	<pubDate>Fri, 10 Feb 2012 18:14:22 +0200</pubDate>
        </item>
        <item>
        	<title>dougis on Issue with multiple sub grids on a single page</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/issue-with-multiple-sub-grids-on-a-single-page#p25911</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/issue-with-multiple-sub-grids-on-a-single-page#p25911</guid>
        	        	<description><![CDATA[<p>I have a page which I am using to show customer data.</p>
<p>there is a main grid (with sub grid data) and child grids.</p>
<p>Some of the child grids also have sub grids, but I can only get one of them to work.</p>
<p>Here is a screen shot of the sub grid which works</p>
<p><a href="http://test.trackmaster.com/images/doug/PaymentsWithDetails.png"><img src="http://test.trackmaster.com/images/doug/PaymentsWithDetails.png" width="100"  class="sfimageleft spUserImage" alt="Sub Grid working" /><img src="http://www.trirand.com/blog/wp-content/sp-resources/forum-themes/default/images/sp_Mouse.png" class="sfimageleft sfmouseleft" alt="Image Enlarger" /></a></p>
<p>And here is the one which does not</p>
</p>
<p><a href="http://test.trackmaster.com/images/doug/InvoicesWithDetails.png"><img src="http://test.trackmaster.com/images/doug/InvoicesWithDetails.png" width="100"  class="sfimageleft spUserImage" alt="Non Working grid" /><img src="http://www.trirand.com/blog/wp-content/sp-resources/forum-themes/default/images/sp_Mouse.png" class="sfimageleft sfmouseleft" alt="Image Enlarger" /></a></p>
<p>The XML being returned by the server script is the same for each of the sub grids (slightly different where clauses but the same content)</p>
<p>And here is the HTML page itself.</p>
</p>
<p>&#60;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&#62;</p>
<p>&#60;html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"&#62;</p>
<p>&#60;head&#62;</p>
<p>&#60;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&#62;</p>
<p>&#60;title&#62;Customer Listing&#60;/title&#62;</p>
</p>
<p>&#60;link rel="stylesheet" type="text/css" media="screen" href="css/redmond/jquery-ui-1.8.15.custom.css" /&#62;</p>
<p>&#60;link rel="stylesheet" type="text/css" media="screen" href="css/ui.jqgrid.css" /&#62;</p>
<p>&#60;link rel="stylesheet" href="/styles/register.css" type="text/css" /&#62;</p>
<p>&#60;style type="text/css"&#62;</p>
<p>html, body {</p>
<p>margin: 10px;</p>
<p>padding: 1px;</p>
<p>font-size: 90%;</p>
<p>}</p>
</p>
<p>#custInfo</p>
<p>{</p>
<p>background-color: #f3f3f3;</p>
<p>border: solid 1px #a1a1a1;</p>
<p>padding: 4px;</p>
<p>width: 600px;</p>
<p>}</p>
</p>
<p>#custInfo label, #custInfo input</p>
<p>{</p>
<p>display: block;</p>
<p>width: 240px;</p>
<p>float: left;</p>
<p>margin-bottom: 5px;</p>
<p>}</p>
</p>
<p>#custInfo label</p>
<p>{</p>
<p>width: 90px;</p>
<p>text-align: right;</p>
<p>padding-right: 20px;</p>
<p>}</p>
</p>
<p>#custInfo br</p>
<p>{</p>
<p>clear: left;</p>
<p>}</p>
<p>#custLinks form</p>
<p>{</p>
<p>display:inline;</p>
<p>}</p>
<p>&#60;/style&#62;</p>
<p>&#60;script language="javascript" type="text/javascript" src="/javascript/pageDisplayLib.js"&#62;&#60;/script&#62;</p>
<p>&#60;script language="javascript" type="text/javascript" src="/javascript/ajax_lib.js"&#62;&#60;/script&#62;</p>
<p>&#60;script language="javascript" type="text/javascript" src="/javascript/regFuncs.js"&#62;&#60;/script&#62;</p>
<p>&#60;script src="js/jquery-1.5.2.min.js" type="text/javascript"&#62;&#60;/script&#62;</p>
<p>&#60;script src="js/jquery-ui-1.8.15.custom.min.js" type="text/javascript"&#62;&#60;/script&#62;</p>
<p>&#60;script src="js/grid.locale-en.js" type="text/javascript"&#62;&#60;/script&#62;</p>
<p>&#60;script src="js/jquery.jqGrid.min.js" type="text/javascript"&#62;&#60;/script&#62;</p>
<p>&#60;script type="text/javascript"&#62;</p>
<p>var requestType = self.location.protocol;</p>
<p>if (requestType != "https:")</p>
<p>{</p>
<p>//var newHREF = "https://" + self.location.href.substr(self.location.href.indexOf("://") + 3);</p>
<p>//alert("would redirect to " + newHREF);</p>
<p>self.location.replace("https://" + self.location.href.substr(self.location.href.indexOf("://") + 3));</p>
<p>}</p>
</p>
<p>function setFormDests(whichID)</p>
<p>{</p>
<p>var acctForm = document.forms["myacct"];</p>
<p>var onoffForm = document.forms["onoff"];</p>
<p>var pwForm = document.forms["changePW"];</p>
<p>var creditForm = document.forms["creditDL"];</p>
<p>var secureRoot = "https://" + self.location.host;</p>
<p>acctForm.action = secureRoot + &#39;/cgi-bin/myAccount.cgi&#39;;</p>
<p>onoffForm.action = secureRoot + &#39;/cgi-bin/utils/acct_on_off_choice.cgi&#39;;</p>
<p>pwForm.action = secureRoot + &#39;/cgi-bin/regStep2.cgi&#39;;</p>
<p>// if we don&#39;t get an ID passed in then set them to blank and disable</p>
<p>if (whichID == null)</p>
<p>{</p>
<p>onoffForm.elements["submit"].disabled = true;</p>
<p>acctForm.elements["submit"].disabled = true;</p>
<p>pwForm.elements["submit"].disabled = true;</p>
<p>}</p>
<p>else</p>
<p>{</p>
<p>var data = $("#custlist").jqGrid(&#39;getRowData&#39;, whichID);</p>
<p>// is this a TrackMaster customer</p>
<p>if (data.cust_type == "TrackMaster")</p>
<p>{</p>
<p>onoffForm.elements["userid"].value = whichID;</p>
<p>acctForm.elements["rUserID"].value = whichID;</p>
<p>pwForm.elements["rUserID"].value = whichID;</p>
<p>pwForm.elements["UserIDShow"].value = whichID;</p>
<p>creditForm.elements["userID"].value = whichID;</p>
</p>
<p>pwForm.elements["rFirstName"].value = strip(data.first_name);</p>
<p>pwForm.elements["rLastName"].value = strip(data.last_name);</p>
<p>pwForm.elements["LastNameShow"].value = strip(data.last_name);</p>
<p>pwForm.elements["rAddress"].value = strip(data.address);</p>
<p>pwForm.elements["rCity"].value = strip(data.city);</p>
<p>pwForm.elements["rState"].value = strip(data.state);</p>
<p>pwForm.elements["rZip"].value = strip(data.zip);</p>
<p>pwForm.elements["rPhone"].value = strip(data.phone);</p>
<p>pwForm.elements["reMail"].value = strip(data.email);</p>
<p>onoffForm.elements["submit"].disabled = false;</p>
<p>acctForm.elements["submit"].disabled = false;</p>
<p>pwForm.elements["rPasswd"].disabled = false;</p>
<p>pwForm.elements["submit"].disabled = false;</p>
<p>$("#custLinks").show();</p>
</p>
<p>jQuery("#paymntData").jqGrid(&#39;setGridParam&#39;,{url:"custPayments.php?q=1&#38;id="+whichID,page:1});</p>
<p>jQuery("#paymntData").jqGrid(&#39;setCaption&#39;,"Payments made by: "+whichID)</p>
<p>.trigger(&#39;reloadGrid&#39;);</p>
</p>
<p>jQuery("#invData").jqGrid(&#39;setGridParam&#39;,{url:"custInvoices.php?q=1&#38;id="+whichID,page:1});</p>
<p>jQuery("#invData").jqGrid(&#39;setCaption&#39;,"Open Invoices for: "+whichID)</p>
<p>.trigger(&#39;reloadGrid&#39;);</p>
</p>
<p>jQuery("#itemsData").jqGrid(&#39;setGridParam&#39;,{url:"custActionItems.php?q=1&#38;id="+whichID,page:1});</p>
<p>jQuery("#itemsData").jqGrid(&#39;setCaption&#39;,"Action Items for: "+whichID)</p>
<p>.trigger(&#39;reloadGrid&#39;);</p>
</p>
<p>jQuery("#dnldData").jqGrid(&#39;setGridParam&#39;,{url:"custDownloads.php?q=1&#38;id="+whichID,page:1});</p>
<p>jQuery("#dnldData").jqGrid(&#39;setCaption&#39;,"Downloads for: "+whichID)</p>
<p>.trigger(&#39;reloadGrid&#39;);</p>
<p>}</p>
<p>else if(data.cust_type == "Players Club")</p>
<p>{</p>
<p>acctForm.elements["rUserID"].value = whichID;</p>
<p>pwForm.elements["rUserID"].value = whichID;</p>
<p>pwForm.elements["UserIDShow"].value = whichID;</p>
<p>pwForm.elements["rFirstName"].value = strip(data.first_name);</p>
<p>pwForm.elements["rLastName"].value = strip(data.last_name);</p>
<p>pwForm.elements["LastNameShow"].value = strip(data.last_name);</p>
<p>pwForm.elements["reMail"].value = strip(data.email);</p>
<p>acctForm.elements["submit"].disabled = false;</p>
<p>pwForm.elements["rPasswd"].disabled = false;</p>
<p>pwForm.elements["submit"].disabled = false;</p>
<p>$("#custLinks").show();</p>
<p>//$("#custInfo").show();</p>
<p>pwForm.action = secureRoot + &#39;/cgi-bin/updateFreeInfo.cgi&#39;;</p>
</p>
<p>}</p>
<p>else</p>
<p>{</p>
<p>setFormDests(null);</p>
<p>}</p>
<p>}</p>
<p>}</p>
<p>function strip(html)</p>
<p>{</p>
<p>var tmp = document.createElement("DIV");</p>
<p>tmp.innerHTML = html;</p>
<p>return tmp.textContent&#124;&#124;tmp.innerText;</p>
<p>}</p>
<p>function toggleDLCredit(product, fileName, isCredit)</p>
<p>{</p>
<p>var creditForm = document.forms["creditDL"];</p>
<p>var errText = "";</p>
<p>if (isCredit == "0" &#124;&#124; isCredit == "C")</p>
<p>{</p>
<p>var userID = creditForm.elements["userID"].value;</p>
<p>var theLabel = "credit";</p>
<p>if (isCredit == "0")</p>
<p>{</p>
<p>theLabel = "remove the credit from";</p>
<p>}</p>
<p>var answer = confirm("Are you sure you want to " + theLabel + " the downloads of " + fileName + " by user " + userID + "?");</p>
<p>if (answer)</p>
<p>{</p>
<p>creditForm.elements["prodCode"].value = product;</p>
<p>creditForm.elements["downloadedFile"].value = fileName;</p>
<p>creditForm.elements["setStatusTo"].value = isCredit;</p>
<p>creditForm.submit();</p>
<p>}</p>
</p>
<p>}</p>
<p>else</p>
<p>{</p>
<p>alert("Invalid paramter passed for download status");</p>
<p>}</p>
<p>}</p>
</p>
<p>$(function()</p>
<p>{</p>
<p>$( "#tabs" ).tabs();</p>
<p>$("#custlist").jqGrid({</p>
<p>url:&#39;custData.php&#39;,</p>
<p>datatype: &#39;xml&#39;,</p>
<p>mtype: &#39;GET&#39;,</p>
<p>height: 50,</p>
<p>colNames:[&#39;CUSTNO&#39;,&#39;User ID&#39;,&#39;Last Name&#39;,&#39;First Name&#39;, &#39;City&#39;,&#39;State&#39;, &#39;Zip&#39;, &#39;Phone&#39;, &#39;Email&#39;,&#39;Address&#39;,&#39;Last Download&#39;,&#39;Type of Cust&#39;],</p>
<p>colModel :[</p>
<p>{name:&#39;custno&#39;, index:&#39;custno&#39;, width:55, search:true, stype:&#39;text&#39;},</p>
<p>{name:&#39;custom_id&#39;, index:&#39;custom_id&#39;, width:100},</p>
<p>{name:&#39;last_name&#39;, index:&#39;last_name&#39;, width:100},</p>
<p>{name:&#39;first_name&#39;, index:&#39;first_name&#39;, width:90},</p>
<p>{name:&#39;city&#39;, index:&#39;city&#39;, width:100, search:true},</p>
<p>{name:&#39;state&#39;, index:&#39;state&#39;, width:50, search:true},</p>
<p>{name:&#39;zip&#39;, index:&#39;zip&#39;, width:60, align:&#39;right&#39;},</p>
<p>{name:&#39;phone&#39;, index:&#39;phone&#39;, width:90, align:&#39;right&#39;, searchoptions:{sopt:[&#39;cn&#39;]}},</p>
<p>{name:&#39;email&#39;, index:&#39;email&#39;, width:150, searchoptions:{sopt:[&#39;cn&#39;]}},</p>
<p>{name:&#39;address&#39;, index:&#39;address&#39;, width:200, searchoptions:{sopt:[&#39;cn&#39;]}},</p>
<p>{name:&#39;last_dl&#39;, index:&#39;last_dl&#39;, width:120, search:false},</p>
<p>{name:&#39;cust_type&#39;, index:&#39;cust_type&#39;, width:120, search:true, stype:&#39;select&#39;, searchoptions:{sopt:[&#39;eq&#39;],value:{&#39;&#39;:&#39;Any&#39;,&#39;TrackMaster&#39;:&#39;TrackMaster&#39;,&#39;Equibase&#39;:&#39;Equibase&#39;,&#39;Players Club&#39;:&#39;Players Club&#39;}}}</p>
<p>],</p>
<p>pager: &#39;#pager&#39;,</p>
<p>rowNum:15,</p>
<p>rowList:[15,20,30],</p>
<p>sortname: &#39;first_name&#39;,</p>
<p>sortorder: &#39;asc&#39;,</p>
<p>viewrecords: true,</p>
<p>gridview: true,</p>
<p>subGrid : true,</p>
<p>subGridUrl: &#39;custCCData.php?q=2&#39;,</p>
<p>subGridModel: [{ name  : [&#39;Method&#39;,&#39;Last 4&#39;,&#39;Exp Date&#39;,&#39;First&#39;,&#39;Last&#39;,&#39;Balance&#39;],</p>
<p>width : [60,60,70,90,100,60],</p>
<p>align : [&#39;center&#39;, &#39;center&#39;, &#39;center&#39;, &#39;left&#39;, &#39;left&#39;, &#39;right&#39;] }</p>
<p>],</p>
<p>caption: &#39;Customer List&#39;,</p>
<p>onSelectRow: function(customId)</p>
<p>{</p>
<p>setFormDests(customId);</p>
<p>}</p>
<p>});</p>
<p>$("#custlist").jqGrid(&#39;navGrid&#39;,&#39;#pager&#39;,{del:false,add:false,edit:false,search:false});</p>
<p>$("#custlist").jqGrid(&#39;filterToolbar&#39;,{stringResult: true,searchOnEnter : true});</p>
<p>// Set up the grid for open invoices</p>
</p>
<p>$("#invData").jqGrid({</p>
<p>url:&#39;custInvoices.php?q=1&#38;id=0&#39;,</p>
<p>datatype: &#39;xml&#39;,</p>
<p>mtype: &#39;GET&#39;,</p>
<p>height: 350,</p>
<p>colNames:[&#39;Date&#39;,&#39;Amount&#39;, &#39;Balance&#39;, &#39;&#39;],</p>
<p>colModel :[</p>
<p>{name:&#39;invDate&#39;, index:&#39;invDate&#39;, width:100, search:false},</p>
<p>{name:&#39;total&#39;, index:&#39;total&#39;, width:100, align:&#39;right&#39; },</p>
<p>{name:&#39;balance&#39;, index:&#39;balance&#39;, width:100 , align:&#39;right&#39; },</p>
<p>{name:&#39;buffer&#39;, index:&#39;buffer&#39;, width:710}</p>
<p>],</p>
<p>pager: &#39;#invoicePager&#39;,</p>
<p>rowNum:15,</p>
<p>rowList:[15,20,30],</p>
<p>sortname: &#39;invDate&#39;,</p>
<p>sortorder: &#39;desc&#39;,</p>
<p>viewrecords: true,</p>
<p>gridview: true,</p>
<p>subGrid : true,</p>
<p>subGridUrl: &#39;custInvDetails.php?q=2&#39;,</p>
<p>subGridModel: [{ name  : [&#39;Product&#39;,&#39;Quantity&#39;,&#39;Price&#39;,&#39;Tax&#39;,&#39;Total&#39;,&#39;Details&#39;],</p>
<p>width : [140,40,40,40,50,480],</p>
<p>align : [&#39;left&#39;, &#39;right&#39;, &#39;right&#39;, &#39;right&#39;, &#39;right&#39;, &#39;left&#39;] }</p>
<p>],</p>
<p>caption: &#39;Open Invoices&#39;</p>
<p>});</p>
</p>
<p>$("#invData").jqGrid(&#39;navGrid&#39;,&#39;#invoicePager&#39;,{del:false,add:false,edit:false,search:false});</p>
<p>// set up the grid for Payemnts</p>
<p>$("#paymntData").jqGrid({</p>
<p>url:&#39;custPayments.php?q=1&#38;id=0&#39;,</p>
<p>datatype: &#39;xml&#39;,</p>
<p>mtype: &#39;GET&#39;,</p>
<p>height: 350,</p>
<p>colNames:[&#39;Date&#39;,&#39;Amount&#39;, &#39;Balance&#39;, &#39;Method&#39;, &#39;Details&#39;],</p>
<p>colModel :[</p>
<p>{name:&#39;dateMade&#39;, index:&#39;dateMade&#39;, width:100, search:false},</p>
<p>{name:&#39;amount&#39;, index:&#39;amount&#39;, width:100, align:&#39;right&#39; },</p>
<p>{name:&#39;balance&#39;, index:&#39;balance&#39;, width:100, align:&#39;right&#39; },</p>
<p>{name:&#39;method&#39;, index:&#39;method&#39;, width:100},</p>
<p>{name:&#39;tranDetails&#39;, index:&#39;tranDetails&#39;, width:310}</p>
<p>],</p>
<p>pager: &#39;#paymntPager&#39;,</p>
<p>rowNum:15,</p>
<p>rowList:[15,20,30],</p>
<p>sortname: &#39;dateMade&#39;,</p>
<p>sortorder: &#39;desc&#39;,</p>
<p>viewrecords: true,</p>
<p>gridview: true,</p>
<p>subGrid : true,</p>
<p>subGridUrl: &#39;custPaymentDetails.php?q=2&#39;,</p>
<p>subGridModel: [{ name  : [&#39;Item&#39;,&#39;#&#39;,&#39;Price&#39;,&#39;Tax&#39;,&#39;Total&#39;,&#39;Details&#39;],</p>
<p>width : [300,40,40,40,50,280],</p>
<p>align : [&#39;left&#39;, &#39;right&#39;, &#39;right&#39;, &#39;right&#39;, &#39;right&#39;, &#39;left&#39;] }</p>
<p>],</p>
<p>caption: &#39;Payments&#39;</p>
<p>});</p>
</p>
<p>$("#paymntData").jqGrid(&#39;navGrid&#39;,&#39;#paymntPager&#39;,{del:false,add:false,edit:false,search:false});</p>
</p>
<p>// set up the grid for Action items (comments, do not renew etc)</p>
<p>$("#itemsData").jqGrid({</p>
<p>url:&#39;custActionItems.php?q=1&#38;id=0&#39;,</p>
<p>datatype: &#39;xml&#39;,</p>
<p>mtype: &#39;GET&#39;,</p>
<p>height: 350,</p>
<p>colNames:[&#39;Type&#39;,&#39;details&#39;, &#39;Date Entered&#39;, &#39;Due Date&#39;, &#39;Date complete&#39;, &#39;Entered By&#39;, &#39;Product&#39;],</p>
<p>colModel :[</p>
<p>{name:&#39;actionType&#39;, index:&#39;actionType&#39;, width:140, search:false},</p>
<p>{name:&#39;comment&#39;, index:&#39;comment&#39;, width:400},</p>
<p>{name:&#39;entered&#39;, index:&#39;entered&#39;, width:180},</p>
<p>{name:&#39;dueDate&#39;, index:&#39;dueDate&#39;, width:180},</p>
<p>{name:&#39;doneDate&#39;, index:&#39;doneDate&#39;, width:180},</p>
<p>{name:&#39;enteredBy&#39;, index:&#39;enteredBy&#39;, width:120},</p>
<p>{name:&#39;product&#39;, index:&#39;product&#39;, width:200}</p>
</p>
<p>],</p>
<p>pager: &#39;#itemsPager&#39;,</p>
<p>rowNum:15,</p>
<p>rowList:[15,20,30],</p>
<p>sortname: &#39;none&#39;,</p>
<p>sortorder: &#39;desc&#39;,</p>
<p>viewrecords: true,</p>
<p>gridview: true,</p>
<p>subGrid : false,</p>
<p>caption: &#39;Action Items&#39;</p>
<p>});</p>
</p>
<p>$("#itemsData").jqGrid(&#39;navGrid&#39;,&#39;#itemsPager&#39;,{del:false,add:false,edit:false,search:false});</p>
</p>
<p>// Set up the grid for download info</p>
<p>$("#dnldData").jqGrid({</p>
<p>url:&#39;custDownloads.php?q=1&#38;id=0&#39;,</p>
<p>datatype: &#39;xml&#39;,</p>
<p>mtype: &#39;GET&#39;,</p>
<p>height: 350,</p>
<p>colNames:[&#39;Dl Date&#39;,&#39;DL Time&#39;, &#39;File&#39;, &#39;Prod Code&#39;, &#39;Track&#39;, &#39;Race Date&#39;, &#39;Sub Type&#39;, &#39;Billed&#39;, &#39;&#39;, &#39;IP Address&#39;],</p>
<p>colModel :[</p>
<p>{name:&#39;dl_date&#39;, index:&#39;dl_date&#39;, width:140, search:false},</p>
<p>{name:&#39;dl_time&#39;, index:&#39;dl_time&#39;, width:140},</p>
<p>{name:&#39;file_name&#39;, index:&#39;file_name&#39;, width:220},</p>
<p>{name:&#39;prod_code&#39;, index:&#39;prod_code&#39;, width:100},</p>
<p>{name:&#39;track&#39;, index:&#39;track&#39;, width:100},</p>
<p>{name:&#39;race_date&#39;, index:&#39;race_date&#39;, width:120},</p>
<p>{name:&#39;sub_type&#39;, index:&#39;sub_type&#39;, width:90},</p>
<p>{name:&#39;billed&#39;, index:&#39;billed&#39;, width:80},</p>
<p>{name:&#39;creditIt&#39;, index:&#39;creditIt&#39;, width:170},</p>
<p>{name:&#39;ipaddress &#39;, index:&#39;ipaddress&#39;, width:150}</p>
<p>],</p>
<p>pager: &#39;#downloadPager&#39;,</p>
<p>rowNum:15,</p>
<p>rowList:[15,20,30],</p>
<p>sortname: &#39;none&#39;,</p>
<p>sortorder: &#39;desc&#39;,</p>
<p>viewrecords: true,</p>
<p>gridview: true,</p>
<p>subGrid : false,</p>
<p>caption: &#39;Downloads&#39;</p>
<p>});</p>
</p>
<p>$("#dnldData").jqGrid(&#39;navGrid&#39;,&#39;#downloadPager&#39;,{del:false,add:false,edit:false,search:false});</p>
<p>// end of the download info section</p>
<p>// End of the jQuery function brackets</p>
<p>});</p>
</p>
<p>&#60;/script&#62;</p>
</p>
<p>&#60;/head&#62;</p>
<p>&#60;body&#62;</p>
<p>&#60;div id="custLinks"&#62;</p>
<p>&#60;form action="/cgi-bin/utils/acct_on_off_choice.cgi" method="post" id="onoff" name="onoff" target="tmService"&#62;&#60;input type="hidden" name="userid" value="" /&#62;&#60;input type="submit" value="View Customers On/Off Page" name="submit" disabled="disabled" /&#62;&#60;/form&#62; &#60;form action="/cgi-bin/myAccount.cgi" method="post" name="myacct" id="myacct" target="tmService"&#62;&#60;input type="hidden" name="rUserID" value="" /&#62;&#60;input type="submit" value="View Customers My Account Page" name="submit" disabled="disabled" /&#62;&#60;/form&#62;</p>
<p>&#60;form action="/cgi-bin/utils/creditDownload.cgi" method="post" name="creditDL" id="creditDL" target="tmService"&#62;&#60;input type="hidden" name="userID" value="" /&#62;&#60;input type="hidden" name="prodCode" value="" /&#62;&#60;input type="hidden" name="downloadedFile" value="" /&#62;&#60;input type="hidden" name="setStatusTo" value="" /&#62;&#60;/form&#62;</p>
<p>&#60;/div&#62;</p>
<p>&#60;div id="mainscreen"&#62;</p>
<p>&#60;table id="custlist"&#62;&#60;/table&#62;</p>
<p>&#60;div id="pager"&#62;&#60;/div&#62;</p>
<p>&#60;/div&#62;</p>
<p>&#60;div id="tabs"&#62;</p>
<p>&#60;ul&#62;</p>
<p>&#60;li&#62;&#60;a href="#custInfo"&#62;Customer Information&#60;/a&#62;&#60;/li&#62;</p>
<p>&#60;li&#62;&#60;a href="#payments"&#62;Payments&#60;/a&#62;&#60;/li&#62;</p>
<p>&#60;li&#62;&#60;a href="#invoices"&#62;Open Invoices&#60;/a&#62;&#60;/li&#62;</p>
<p>&#60;li&#62;&#60;a href="#actItems"&#62;Action Items&#60;/a&#62;&#60;/li&#62;</p>
<p>&#60;li&#62;&#60;a href="#downloads"&#62;Downloads&#60;/a&#62;&#60;/li&#62;</p>
<p>&#60;/ul&#62;</p>
<p>&#60;div id="custInfo"&#62;</p>
<p>&#60;form name="changePW" action="/cgi-bin/regStep2.cgi" method="post" target="tmService"&#62;</p>
<p>&#60;input type="hidden" name="product" value="all" /&#62;</p>
<p>&#60;input type="hidden" name="update_flag" value="U" /&#62;</p>
<p>&#60;input type="hidden" name="loginPW" value="" /&#62;</p>
<p>&#60;input type="hidden" name="baseRequest" value="" /&#62;</p>
<p>&#60;input type="hidden" name="rUserID" value="" /&#62;</p>
<p>&#60;input type="hidden" name="rLastName" value="" /&#62;</p>
<p>&#60;h4&#62;You will only be able to change TrackMaster customers&#60;/h4&#62;</p>
<p>&#60;label for="UserIDShow"&#62;User ID:&#60;/label&#62;&#60;input id="UserIDShow" name="UserIDShow" type="text" value=""  disabled="disabled" /&#62;&#60;br /&#62;</p>
<p>&#60;input name="submit" type="submit" value="Change users information" disabled="disabled" /&#62;&#60;br /&#62;</p>
<p>&#60;span id="pwInstructions" &#62;Leave the Password field blank if you do not want to change it&#60;/span&#62;&#60;br /&#62;</p>
<p>&#60;label for="rPasswd"&#62;Password:&#60;/label&#62;&#60;input name="rPasswd" value="" size="20" type="password" onchange="validatePW(this.form)"  disabled="disabled" /&#62;&#60;br /&#62;</p>
<p>&#60;span id="pwFeedback" style=&#39;color:red&#39;&#62;&#38;nbsp;&#60;/span&#62;&#60;br /&#62;</p>
<p>&#60;label for="rFirstName"&#62;First Name:&#60;/label&#62;&#60;input id="rFirstName" name="rFirstName" type="text" value="" /&#62;&#60;br /&#62;</p>
<p>&#60;label for="LastNameShow"&#62;Last Name:&#60;/label&#62;&#60;input id="LastNameShow" name="LastNameShow" type="text" value="" disabled="disabled" /&#62;&#60;br /&#62;</p>
<p>&#60;label for="rAddress"&#62;Address:&#60;/label&#62;&#60;input id="rAddress" name="rAddress" type="text" value="" /&#62;&#60;br /&#62;</p>
<p>&#60;label for="rCity"&#62;City:&#60;/label&#62;&#60;input id="rCity" name="rCity" type="text" value="" /&#62;&#60;br /&#62;</p>
<p>&#60;label for="rState"&#62;State:&#60;/label&#62;&#60;input id="rState" name="rState" type="text" value="" /&#62;&#60;br /&#62;</p>
<p>&#60;label for="rZip"&#62;Zip:&#60;/label&#62;&#60;input id="rZip" name="rZip" type="text" value="" /&#62;&#60;br /&#62;</p>
<p>&#60;label for="rPhone"&#62;Phone:&#60;/label&#62;&#60;input id="rPhone" name="rPhone" value="" type="text" /&#62;&#60;br /&#62;</p>
<p>&#60;label for="reMail"&#62;Email:&#60;/label&#62;&#60;input id="reMail" name="reMail" value="" type="text" onchange="validateEnteredEmail(this.form)" /&#62;&#60;br /&#62;</p>
<p>&#60;/form&#62;</p>
<p>&#60;/div&#62;</p>
</p>
<p>&#60;div id="payments"&#62;</p>
<p>&#60;table id="paymntData"&#62;&#60;/table&#62;</p>
<p>&#60;div id="paymntPager"&#62;&#60;/div&#62;</p>
<p>&#60;/div&#62;</p>
</p>
<p>&#60;div id="invoices"&#62;</p>
<p>&#60;table id="invData"&#62;&#60;/table&#62;</p>
<p>&#60;div id="invoicePager"&#62;&#60;/div&#62;</p>
<p>&#60;/div&#62;</p>
<p>&#60;div id="actItems"&#62;</p>
<p>&#60;table id="itemsData"&#62;&#60;/table&#62;</p>
<p>&#60;div id="itemsPager"&#62;&#60;/div&#62;</p>
<p>&#60;/div&#62;</p>
</p>
<p>&#60;div id="downloads"&#62;</p>
<p>&#60;table id="dnldData"&#62;&#60;/table&#62;</p>
<p>&#60;div id="downloadPager"&#62;&#60;/div&#62;</p>
<p>&#60;/div&#62;</p>
</p>
<p>&#60;/div&#62;</p>
<p>&#60;/body&#62;</p>
<p>&#60;/html&#62;</p>
</p>
<p>I have tried disabling the sub grid on the other tab when it isn&#39;t the main (no joy) and renamed the page element.</p>
</p>
<p>I would appreciate any help you can provide.</p></p>
]]></description>
        	        	<pubDate>Fri, 10 Feb 2012 00:17:21 +0200</pubDate>
        </item>
</channel>
</rss>