<?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: virtual scroll pager not working</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/virtual-scroll-pager-not-working</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/virtual-scroll-pager-not-working/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>milad on virtual scroll pager not working</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/virtual-scroll-pager-not-working#p24967</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/virtual-scroll-pager-not-working#p24967</guid>
        	        	<description><![CDATA[<p>Quick update on this.&#160; If I change the grid configuration to the below, the pager no longer shows up at the bottom, but the still scroll bars exist for paging:</p>
</p>
<p>function RenderGrid() {</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; var hGgrid = $("table[id$=&#39;divHoldings&#39;]");<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; var hScroll = $("table[id$=&#39;divScroll&#39;]");<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;<br />//&#160;&#160;&#160;&#160;&#160;&#160;&#160; jQuery("#divHoldings").jqGrid({<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; /*datatype: function (pdata) {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; getData(pdata);<br />&#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;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; datatype: &#39;jsonstring&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; //&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; datastr: GetJSON(),&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; hGgrid.jqGrid({<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; height: 355,&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; colNames: [&#39;Description&#39;, &#39;Symbol&#39;, &#39;Custodian&#39;, &#39;Account Type&#39;, &#39;Biz Line&#39;, &#39;Account&#39;, &#39;vchC360AccountName&#39;, &#39;Quantity&#39;, &#39;Price ($)&#39;, &#39;Value ($)&#39;, &#39;Pct. Assets (%)&#39;, &#39;Previous&#60;br /&#62;Value ($)&#39;, &#39;1-Day Price&#60;br /&#62;Change (%)&#39;, &#39;Position Type&#39;, &#39;Tax Cost ($)&#39;, &#39;Tax Gain/Loss ($)&#39;, &#39;Tax Gain/Loss (%)&#39;, &#39;Principal ($)&#39;, &#39;Principal&#60;br /&#62;Gain/Loss ($)&#39;, &#39;Principal&#60;br /&#62;Gain/Loss (%)&#39;, &#39;Avg. Cost&#60;br /&#62;Per Share ($)&#39;, &#39;Asset Type&#39;, &#39;Asset Category&#39;, &#39;Est. Annual&#60;br /&#62;Income ($)&#39;, &#39;Current&#60;br /&#62;Yield (%)&#39;, &#39;Dividend&#60;br /&#62;Instructions&#39;, &#39;Capital Gain&#60;br /&#62;Instructions&#39;, &#39;&#39;, &#39;&#39;, &#39;&#39;, &#39;Initial&#60;br/&#62;Purchase Date&#39;],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; colModel: [<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;vchLongName&#39;, index: &#39;vchLongName&#39;, width: 325, align: "left", title: false },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;vchTicker&#39;, index: &#39;vchTicker&#39;, width: 80, align: "left", title: false, formatter: FormatMenu },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;Custodian&#39;, index: &#39;Custodian&#39;, width: 150, align: "left", title: false, hidden: true },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;AccountType&#39;, index: &#39;AccountType&#39;, width: 150, align: "left", hidden: true, title: false },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;BizLineDesc&#39;, index: &#39;BizLineDesc&#39;, width: 150, align: "left", hidden: true,&#160; title: false },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;Account&#39;, index: &#39;Account&#39;, width: 150, align: "left", hidden: true,&#160; title: false },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;vchC360AccountName&#39;, index: &#39;vchC360AccountName&#39;, width: 150, align: "left", hidden: true, title: false },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;dQuantity&#39;, index: &#39;dQuantity&#39;, width: 100, align: "right", title: false, classes: &#39;PaddingRight20px&#39;, formatter: FormatNumberField, sorttype: &#39;number&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;mPrice&#39;, index: &#39;mPrice&#39;, width: 100, align: "right", title: false, formatter: FormatNumberField, classes: &#39;PaddingRight20px&#39;, sorttype: &#39;number&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;mMarketValue&#39;, index: &#39;mMarketValue&#39;, width: 120, title: false, summaryType: &#39;sum&#39;, formatter: FormatNumberField, classes: &#39;PaddingRight20px&#39;, sorttype: &#39;number&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;PercentMarketValue&#39;, index: &#39;PercentMarketValue&#39;, width: 120, align: "right", title: false, summaryType: &#39;sum&#39;, formatter: FormatNumberField, classes: &#39;PaddingRight20px&#39;, sorttype: &#39;number&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;mPriorDayCloseValue&#39;, index: &#39;mPriorDayCloseValue&#39;, width: 120, align: "right", title: false, summaryType: &#39;sum&#39;, formatter: FormatNumberField, classes: &#39;PaddingRight20px&#39;, sorttype: &#39;number&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;mChangeOneDay&#39;, index: &#39;mChangeOneDay&#39;, width: 110, align: "right", title: false, summaryType: &#39;sum&#39;, formatter: FormatNumberFieldAndAddColor, classes: &#39;PaddingRight20px&#39;, sorttype: &#39;number&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;positiontype&#39;, index: &#39;positiontype&#39;, width: 100, align: "left", title: false },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;mCostBasisWReInvest&#39;, index: &#39;mCostBasisWReInvest&#39;, width: 120, align: "right", title: false, formatter: FormatNumberField, classes: &#39;PaddingRight20px&#39;, sorttype: &#39;number&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;mGainLossWInvest&#39;, index: &#39;mGainLossWInvest&#39;, width: 130, align: "right", title: false, formatter: FormatNumberFieldAndAddColor, classes: &#39;PaddingRight20px&#39;, sorttype: &#39;number&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;pGainLossWInvest&#39;, index: &#39;pGainLossWInvest&#39;, width: 130, align: "right", title: false, formatter: FormatNumberFieldAndAddColor, classes: &#39;PaddingRight20px&#39;, sorttype: &#39;number&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;mCostBasisWNOReInvest&#39;, index: &#39;mCostBasisWNOReInvest&#39;, width: 120, align: "right", title: false, formatter: FormatNumberField, classes: &#39;PaddingRight20px&#39;, sorttype: &#39;number&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;mGainLossWNoInvest&#39;, index: &#39;mGainLossWNoInvest&#39;, width: 120, align: "right", title: false, formatter: FormatNumberFieldAndAddColor, classes: &#39;PaddingRight20px&#39;, sorttype: &#39;number&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;pGainLossWNoInvest&#39;, index: &#39;pGainLossWNoInvest&#39;, width: 120, align: "right", title: false, formatter: FormatNumberFieldAndAddColor, classes: &#39;PaddingRight20px&#39;, sorttype: &#39;number&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;mAvgCostPerShare&#39;, index: &#39;mAvgCostPerShare&#39;, width: 120, align: "right", title: false, formatter: FormatNumberField, classes: &#39;PaddingRight20px&#39;, sorttype: &#39;number&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;AssetType&#39;, index: &#39;AssetType&#39;, width: 120, align: "left", title: false },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;AssetCategory&#39;, index: &#39;AssetCategory&#39;, width: 120, align: "left", title: false },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;EstimatedAnnualIncome&#39;, index: &#39;EstimatedAnnualIncome&#39;, width: 120, align: "right", title: false, summaryType: &#39;sum&#39;, formatter: FormatNumberField, classes: &#39;PaddingRight20px&#39;, sorttype: &#39;number&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;CurrentYield&#39;, index: &#39;CurrentYield&#39;, width: 130, align: "right", title: false, summaryType: &#39;sum&#39;, formatter: FormatNumberField, classes: &#39;PaddingRight20px&#39;, sorttype: &#39;number&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;DividendInst&#39;, index: &#39;DividendInst&#39;, width: 120, align: "left", title: false },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;CapGainsInst&#39;, index: &#39;CapGainsInst&#39;, width: 120, align: "left", title: false },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;iPPSAccountID&#39;, index: &#39;iPPSAccountID&#39;, width: 150, align: "left", hidden: true, title: false },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;UniqueID&#39;, index: &#39;UniqueID&#39;, width: 150, align: "left", hidden: true, title: false },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;TotalMarketValue&#39;, index: &#39;TotalMarketValue&#39;, width: 150, align: "left", hidden: true, title: false },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;InitialDate&#39;, index: &#39;InitialDate&#39;, width: 110, align: "left", title: false }<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; ],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; altRows: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; sortable: true,<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; data: holdings,<br />//&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; /*height: "auto",*/<br />//&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; height: 255,<br />//&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; gridview: true,<br />//&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; rowNum: 20,<br />//&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; rowTotal: 2000,<br />//&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; /*rowList: [20, 30, 50],*/<br />//&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; scroll: true,<br />//&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; scrollrows: true,<br />//&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; loadonce: true,<br />//&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; mtype: "GET",<br />//&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; rownumbers: true,<br />//&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; rownumWidth: 40,&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;<br />//&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; pager: &#39;#divScroll&#39;, <br />//&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; hoverrows: true,<br />//&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; grouping: true,<br />//&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; groupingView: {<br />//&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; groupField: [&#39;vchC360AccountName&#39;],<br />//&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; groupColumnShow: [false],<br />//&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; groupText: [&#39;&#60;b&#62;{0}&#60;/b&#62;&#39;],<br />//&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; groupCollapse: false,<br />//&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; groupOrder: [&#39;asc&#39;],<br />//&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; groupSummary: [true],<br />//&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; showSummaryOnHide: true,<br />//&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; groupDataSorted: true<br />//&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; },<br />//&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; sortname: &#39;vchLongName&#39;,&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;<br />//&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; /*rowNum: 10000,*/<br />//&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; authwidth: false&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; rowNum: 10,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; rowTotal: 2000,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; rowList: [20, 30, 50],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; scroll: 1,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; loadonce:true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; mtype: "GET",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; rownumbers: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; rownumWidth: 40,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; gridview: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; pager: &#39;#divScroll&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; sortname: &#39;vchLongName&#39;, <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; viewrecords: true<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; });<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;</p>
<p>&#160;&#160;&#160; hGgrid.jqGrid(&#39;navGrid&#39;, "#divScroll", { del: false, add: false, edit: false }, {}, {}, {}, { multipleSearch: true });</p>
]]></description>
        	        	<pubDate>Mon, 24 Oct 2011 20:43:38 +0300</pubDate>
        </item>
        <item>
        	<title>milad on virtual scroll pager not working</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/virtual-scroll-pager-not-working#p24965</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/virtual-scroll-pager-not-working#p24965</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>I am unable to get virtual scroll paging working.&#160; My configuration is below.&#160; Instead of adding a scroll bar for the pager, the pager gets added below the grid which is not what I want.&#160;</p>
</p>
<p>Here is how the controls are defined:</p>
<p>&#60;table id="divHoldings"&#62;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#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; &#60;/table&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;div id="divScroll" &#62;&#60;/div&#62;</p>
</p>
<p>Here is the configuration:</p>
<p>function RenderGrid() {</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; var hGgrid = $("table[id$=&#39;divHoldings&#39;]");<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; var hScroll = $("table[id$=&#39;divScroll&#39;]");<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; hGgrid.jqGrid({&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; colNames: [&#39;Description&#39;, &#39;Symbol&#39;, &#39;Custodian&#39;, &#39;Account Type&#39;, &#39;Biz Line&#39;, &#39;Account&#39;, &#39;vchC360AccountName&#39;, &#39;Quantity&#39;, &#39;Price ($)&#39;, &#39;Value ($)&#39;, &#39;Pct. Assets (%)&#39;, &#39;Previous&#60;br /&#62;Value ($)&#39;, &#39;1-Day Price&#60;br /&#62;Change (%)&#39;, &#39;Position Type&#39;, &#39;Tax Cost ($)&#39;, &#39;Tax Gain/Loss ($)&#39;, &#39;Tax Gain/Loss (%)&#39;, &#39;Principal ($)&#39;, &#39;Principal&#60;br /&#62;Gain/Loss ($)&#39;, &#39;Principal&#60;br /&#62;Gain/Loss (%)&#39;, &#39;Avg. Cost&#60;br /&#62;Per Share ($)&#39;, &#39;Asset Type&#39;, &#39;Asset Category&#39;, &#39;Est. Annual&#60;br /&#62;Income ($)&#39;, &#39;Current&#60;br /&#62;Yield (%)&#39;, &#39;Dividend&#60;br /&#62;Instructions&#39;, &#39;Capital Gain&#60;br /&#62;Instructions&#39;, &#39;&#39;, &#39;&#39;, &#39;&#39;, &#39;Initial&#60;br/&#62;Purchase Date&#39;],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; colModel: [<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;vchLongName&#39;, index: &#39;vchLongName&#39;, width: 325, align: "left", title: false },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;vchTicker&#39;, index: &#39;vchTicker&#39;, width: 80, align: "left", title: false, formatter: FormatMenu },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;Custodian&#39;, index: &#39;Custodian&#39;, width: 150, align: "left", title: false, hidden: true },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;AccountType&#39;, index: &#39;AccountType&#39;, width: 150, align: "left", hidden: true, title: false },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;BizLineDesc&#39;, index: &#39;BizLineDesc&#39;, width: 150, align: "left", hidden: true,&#160; title: false },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;Account&#39;, index: &#39;Account&#39;, width: 150, align: "left", hidden: true,&#160; title: false },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;vchC360AccountName&#39;, index: &#39;vchC360AccountName&#39;, width: 150, align: "left", hidden: true, title: false },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;dQuantity&#39;, index: &#39;dQuantity&#39;, width: 100, align: "right", title: false, classes: &#39;PaddingRight20px&#39;, formatter: FormatNumberField, sorttype: &#39;number&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;mPrice&#39;, index: &#39;mPrice&#39;, width: 100, align: "right", title: false, formatter: FormatNumberField, classes: &#39;PaddingRight20px&#39;, sorttype: &#39;number&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;mMarketValue&#39;, index: &#39;mMarketValue&#39;, width: 120, title: false, summaryType: &#39;sum&#39;, formatter: FormatNumberField, classes: &#39;PaddingRight20px&#39;, sorttype: &#39;number&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;PercentMarketValue&#39;, index: &#39;PercentMarketValue&#39;, width: 120, align: "right", title: false, summaryType: &#39;sum&#39;, formatter: FormatNumberField, classes: &#39;PaddingRight20px&#39;, sorttype: &#39;number&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;mPriorDayCloseValue&#39;, index: &#39;mPriorDayCloseValue&#39;, width: 120, align: "right", title: false, summaryType: &#39;sum&#39;, formatter: FormatNumberField, classes: &#39;PaddingRight20px&#39;, sorttype: &#39;number&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;mChangeOneDay&#39;, index: &#39;mChangeOneDay&#39;, width: 110, align: "right", title: false, summaryType: &#39;sum&#39;, formatter: FormatNumberFieldAndAddColor, classes: &#39;PaddingRight20px&#39;, sorttype: &#39;number&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;positiontype&#39;, index: &#39;positiontype&#39;, width: 100, align: "left", title: false },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;mCostBasisWReInvest&#39;, index: &#39;mCostBasisWReInvest&#39;, width: 120, align: "right", title: false, formatter: FormatNumberField, classes: &#39;PaddingRight20px&#39;, sorttype: &#39;number&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;mGainLossWInvest&#39;, index: &#39;mGainLossWInvest&#39;, width: 130, align: "right", title: false, formatter: FormatNumberFieldAndAddColor, classes: &#39;PaddingRight20px&#39;, sorttype: &#39;number&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;pGainLossWInvest&#39;, index: &#39;pGainLossWInvest&#39;, width: 130, align: "right", title: false, formatter: FormatNumberFieldAndAddColor, classes: &#39;PaddingRight20px&#39;, sorttype: &#39;number&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;mCostBasisWNOReInvest&#39;, index: &#39;mCostBasisWNOReInvest&#39;, width: 120, align: "right", title: false, formatter: FormatNumberField, classes: &#39;PaddingRight20px&#39;, sorttype: &#39;number&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;mGainLossWNoInvest&#39;, index: &#39;mGainLossWNoInvest&#39;, width: 120, align: "right", title: false, formatter: FormatNumberFieldAndAddColor, classes: &#39;PaddingRight20px&#39;, sorttype: &#39;number&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;pGainLossWNoInvest&#39;, index: &#39;pGainLossWNoInvest&#39;, width: 120, align: "right", title: false, formatter: FormatNumberFieldAndAddColor, classes: &#39;PaddingRight20px&#39;, sorttype: &#39;number&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;mAvgCostPerShare&#39;, index: &#39;mAvgCostPerShare&#39;, width: 120, align: "right", title: false, formatter: FormatNumberField, classes: &#39;PaddingRight20px&#39;, sorttype: &#39;number&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;AssetType&#39;, index: &#39;AssetType&#39;, width: 120, align: "left", title: false },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;AssetCategory&#39;, index: &#39;AssetCategory&#39;, width: 120, align: "left", title: false },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;EstimatedAnnualIncome&#39;, index: &#39;EstimatedAnnualIncome&#39;, width: 120, align: "right", title: false, summaryType: &#39;sum&#39;, formatter: FormatNumberField, classes: &#39;PaddingRight20px&#39;, sorttype: &#39;number&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;CurrentYield&#39;, index: &#39;CurrentYield&#39;, width: 130, align: "right", title: false, summaryType: &#39;sum&#39;, formatter: FormatNumberField, classes: &#39;PaddingRight20px&#39;, sorttype: &#39;number&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;DividendInst&#39;, index: &#39;DividendInst&#39;, width: 120, align: "left", title: false },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;CapGainsInst&#39;, index: &#39;CapGainsInst&#39;, width: 120, align: "left", title: false },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;iPPSAccountID&#39;, index: &#39;iPPSAccountID&#39;, width: 150, align: "left", hidden: true, title: false },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;UniqueID&#39;, index: &#39;UniqueID&#39;, width: 150, align: "left", hidden: true, title: false },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;TotalMarketValue&#39;, index: &#39;TotalMarketValue&#39;, width: 150, align: "left", hidden: true, title: false },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;InitialDate&#39;, index: &#39;InitialDate&#39;, width: 110, align: "left", title: false }<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; ],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; altRows: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; sortable: true,<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; data: holdings,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; /*height: "auto",*/<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; height: 255,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; gridview: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; rowNum: 10,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; rowTotal: 2000,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; /*rowList: [20, 30, 50],*/<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; scroll: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; scrollrows: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; loadonce: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; mtype: "GET",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; rownumbers: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; rownumWidth: 40,&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; pager: &#39;#divScroll&#39;, <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; hoverrows: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; grouping: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; groupingView: {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; groupField: [&#39;vchC360AccountName&#39;],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; groupColumnShow: [false],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; groupText: [&#39;&#60;b&#62;{0}&#60;/b&#62;&#39;],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; groupCollapse: false,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; groupOrder: [&#39;asc&#39;],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; groupSummary: [true],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; showSummaryOnHide: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; groupDataSorted: true<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; sortname: &#39;vchLongName&#39;,&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; authwidth: false&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; });</p>
<p>&#160;&#160;&#160; hGgrid.jqGrid(&#39;navGrid&#39;, "#divScroll", { del: false, add: false, edit: false }, {}, {}, {}, { multipleSearch: false });</p>
</p>
<p>Any thoughts/suggestions are appreciated?</p>
</p>
<p>Thanks.</p>
]]></description>
        	        	<pubDate>Mon, 24 Oct 2011 20:10:37 +0300</pubDate>
        </item>
</channel>
</rss>