<?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: jqGrid - Grouping</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-grouping-1</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/jqgrid-grouping-1/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>milad on jqGrid - Grouping</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-grouping-1#p24945</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-grouping-1#p24945</guid>
        	        	<description><![CDATA[<p>I just tried changing the rowNum property from -1 to rowNum: 10000 and now the rows that sometimes don&#39;t get displayed are being displayed.&#160; I can easily calculate the number of rows/objects in my json string and assign that or a multiple of it as the value of rowNum property but I was under the assumption that setting the setting to -1 would return all the values.&#160; Can you please shed some light?</p>
</p>
<p>Thank you.</p>
]]></description>
        	        	<pubDate>Thu, 20 Oct 2011 20:52:41 +0300</pubDate>
        </item>
        <item>
        	<title>milad on jqGrid - Grouping</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-grouping-1#p24942</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-grouping-1#p24942</guid>
        	        	<description><![CDATA[<p>One more item on this.&#160; I am not 100% sure, but I think the row that does not get rendered is the last object/row in the JSON string if that row is going to generate a brand new group (i.e. a new group with only one row).&#160; However, if that last row/object does not generate a new group, i.e., it goes into a group that is already present, then that row does get rendered.</p>
]]></description>
        	        	<pubDate>Thu, 20 Oct 2011 17:59:58 +0300</pubDate>
        </item>
        <item>
        	<title>milad on jqGrid - Grouping</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-grouping-1#p24938</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-grouping-1#p24938</guid>
        	        	<description><![CDATA[<p>What is the best way to disable paging and bring back all rows?&#160; I am wondering if that is my issue?&#160; I am currently, defining my grid as follows, shouldn&#39;t this work?&#160; I get the data on server side because I need to get it for another server control, and convert it to a JSON string and store it in a hidden field.&#160; then on document.ready, I parse that JSON string and store it in a client side variable that is assigned as the data of the grid.&#160; As mentioned in my initial post, there are certain rows that get outputted sometimes and sometimes don&#39;t get output.&#160; However, if I look at the hiddenfield containing the JSON string, the rows that are not getting displayed all the time, are always present in the JSON string.&#160; Previously, I was using the jqSuite version of the jqGrid and did not see this issue with this same dataset.&#160; However, in that version, I was setting JQGrid1.PagerSettings.PageSize = (myDataset.Tables(0).Rows.Count * 2) to ensure that no paging occurred.&#160; I am not sure if this setting can be set with the client side version of jqGrid or if there is something else I need to look at?&#160; Thank you.</p>
</p>
<p>$(document).ready(function () {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; GetValue();<br />&#160;&#160;&#160; });</p>
</p>
<p>&#160;&#160; function GetValue() {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; holdings = JSON.parse($(&#39;#ctl00_ContentPlaceHolder1_ctH_hdnDataXML&#39;).val());<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; RenderGrid();<br />&#160;&#160;&#160; }</p>
</p>
<p>var holdings;</p>
<p>&#160;&#160;&#160; function RenderGrid() {&#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; 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;],<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: 100, 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: 150, 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: 150, 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: 150, 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: 150, 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: 150, 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: 150, 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: 150, align: "left", title: false },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;mCostBasisWReInvest&#39;, index: &#39;mCostBasisWReInvest&#39;, width: 150, 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: 150, 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: 150, 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: 150, 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: 150, 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: 150, 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: 150, 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: 150, align: "left", title: false },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;AssetCategory&#39;, index: &#39;AssetCategory&#39;, width: 150, align: "left", title: false },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;EstimatedAnnualIncome&#39;, index: &#39;EstimatedAnnualIncome&#39;, width: 150, 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: 150, 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: 150, align: "left", title: false },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;CapGainsInst&#39;, index: &#39;CapGainsInst&#39;, width: 150, 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; ],<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; gridview: true,<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; },&#160;&#160;&#160; <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; rowNum: -1,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; authwidth: true&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; });</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;<br />&#160;&#160;&#160;&#160;&#160;&#160; &#160;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; // Manage Group By<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; var groupVal = $("#ctl00_ContentPlaceHolder1_ctH_hdnGroupBy").val();&#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; if ((! groupVal) &#124;&#124; (groupVal == "")) {&#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;&#160;&#160;&#160;&#160; jQuery("#divHoldings").jqGrid(&#39;groupingRemove&#39;, true);<br />&#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; else {&#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;&#160;&#160;&#160;&#160; jQuery("#divHoldings").jqGrid(&#39;groupingGroupBy&#39;, groupVal);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }</p>
<p>&#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; // align Column header left<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; jQuery("#divHoldings").jqGrid (&#39;setLabel&#39;, &#39;vchLongName&#39;, &#39;&#39;, &#39;textalignleft&#39;);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; jQuery("#divHoldings").jqGrid (&#39;setLabel&#39;, &#39;vchTicker&#39;, &#39;&#39;, &#39;textalignleft&#39;);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; jQuery("#divHoldings").jqGrid (&#39;setLabel&#39;, &#39;positiontype&#39;, &#39;&#39;, &#39;textalignleft&#39;);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; jQuery("#divHoldings").jqGrid (&#39;setLabel&#39;, &#39;AssetType&#39;, &#39;&#39;, &#39;textalignleft&#39;);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; jQuery("#divHoldings").jqGrid (&#39;setLabel&#39;, &#39;AssetCategory&#39;, &#39;&#39;, &#39;textalignleft&#39;);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; jQuery("#divHoldings").jqGrid (&#39;setLabel&#39;, &#39;DividendInst&#39;, &#39;&#39;, &#39;textalignleft&#39;);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; jQuery("#divHoldings").jqGrid (&#39;setLabel&#39;, &#39;CapGainsInst&#39;, &#39;&#39;, &#39;textalignleft&#39;);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;</p>
<p>&#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; //check if we need to hide any columns<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; if ($("#ctl00_ContentPlaceHolder1_ctH_hdnHideShowColumns").val()) {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; var columnsToHide = JSON.parse($("#ctl00_ContentPlaceHolder1_ctH_hdnHideShowColumns").val());&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; if (columnsToHide) {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; for (var counter = 0; counter &#60;= columnsToHide.length - 1; counter++) {&#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; &#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;&#160; jQuery("#divHoldings").hideCol(columnsToHide[counter]);<br />&#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;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; jQuery("#divHoldings").trigger("reloadGrid");&#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;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }<br />&#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;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <br />&#160;&#160;&#160; }</p>
]]></description>
        	        	<pubDate>Thu, 20 Oct 2011 17:12:20 +0300</pubDate>
        </item>
        <item>
        	<title>tony on jqGrid - Grouping</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-grouping-1#p24936</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-grouping-1#p24936</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>The grid configuration with simple response is ok.</p>
<p>(In which browser is this problem?)</p>
<p>Kind Regards</p>
</p>
<p>Tony</p></p>
]]></description>
        	        	<pubDate>Thu, 20 Oct 2011 16:23:15 +0300</pubDate>
        </item>
        <item>
        	<title>milad on jqGrid - Grouping</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-grouping-1#p24933</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-grouping-1#p24933</guid>
        	        	<description><![CDATA[<blockquote>
<p>tony said:</p>
<p>Hello,</p>
<p>As you can imagine we need a test case, otherviese no help.</p>
<p>Please understand that if we make test cases of all the issues described as you do we will not have</p>
<p>time to do anything else.</p>
<p>Hope you understand</p>
<p>Kind Regards</p>
<p>Tony</p>
</blockquote>
<hr />
<p>Makes sense.&#160; What exactly do you need?&#160; ASPX, Javascript code, and JSON string?</p>
]]></description>
        	        	<pubDate>Thu, 20 Oct 2011 05:28:49 +0300</pubDate>
        </item>
        <item>
        	<title>tony on jqGrid - Grouping</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-grouping-1#p24925</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-grouping-1#p24925</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>As you can imagine we need a test case, otherviese no help.</p>
<p>Please understand that if we make test cases of all the issues described as you do we will not have</p>
<p>time to do anything else.</p>
<p>Hope you understand</p>
<p>Kind Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 20 Oct 2011 04:01:41 +0300</pubDate>
        </item>
        <item>
        	<title>milad on jqGrid - Grouping</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-grouping-1#p24924</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-grouping-1#p24924</guid>
        	        	<description><![CDATA[<p>I have a jqGrid that contains grouping.&#160; For some reason, there is a particular group of data that only shows for some groups and not other groups?&#160; I have another working example that uses the jqGrid in the jqSuite and that always displays this particular group of data even for group bys that don&#39;t show in the in the standard jqGrid (not the one in the jqSuite).&#160; I s there something that I could be missing?&#160; In addition to all this, I can also see the json string in a hidden field so I am really lost as to why it is not being rendered?&#160; Any ideas?&#160; For example, is there any data that could possibly cause the jqGrid not render or ignore certaind data?</p>
</p>
<p>Thanks.</p>
]]></description>
        	        	<pubDate>Wed, 19 Oct 2011 23:12:27 +0300</pubDate>
        </item>
</channel>
</rss>