<?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: Pivot: formatter for the grouping dimension not fired</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/pivot-formatter-for-the-grouping-dimension-not-fired</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/pivot-formatter-for-the-grouping-dimension-not-fired/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>wjgray on Pivot: formatter for the grouping dimension not fired</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/pivot-formatter-for-the-grouping-dimension-not-fired#p30665</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/pivot-formatter-for-the-grouping-dimension-not-fired#p30665</guid>
        	        	<description><![CDATA[<p>I am struggling with this (formatter not firing when associated with xdimension dataname).Â  I need to decorate the cell value before output.Â </p>
<p>Â </p>
<p>Should the custom formatter be firing for these even if they are not "aggregates"?Â  Note that it works like a charm for aggregate columns.</p>
]]></description>
        	        	<pubDate>Thu, 22 May 2014 21:48:03 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Pivot: formatter for the grouping dimension not fired</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/pivot-formatter-for-the-grouping-dimension-not-fired#p30585</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/pivot-formatter-for-the-grouping-dimension-not-fired#p30585</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>You can try to set groupColumnShow in the same <a href="/jqgridwiki/doku.php?id=wiki:grouping#grid_options" target="_blank">gridViewOptions</a> to false. (this is not tested from)</p>
</p>
<p>Regards</p>
]]></description>
        	        	<pubDate>Tue, 06 May 2014 10:12:43 +0300</pubDate>
        </item>
        <item>
        	<title>stapelchip on Pivot: formatter for the grouping dimension not fired</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/pivot-formatter-for-the-grouping-dimension-not-fired#p30580</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/pivot-formatter-for-the-grouping-dimension-not-fired#p30580</guid>
        	        	<description><![CDATA[<p>I tried to make a workaround for this problem by sorting my json response serverside.</p>
<p>Than i found out that "hidden:true" works only for the very last dimension.</p>
<p>Do you have any suggestions to solve my problem?</p>
<p>
Edit: There is an option "isGroupField". With this option enabled i can hide other dimension 🙂</p>
]]></description>
        	        	<pubDate>Mon, 05 May 2014 16:16:26 +0300</pubDate>
        </item>
        <item>
        	<title>stapelchip on Pivot: formatter for the grouping dimension not fired</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/pivot-formatter-for-the-grouping-dimension-not-fired#p30579</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/pivot-formatter-for-the-grouping-dimension-not-fired#p30579</guid>
        	        	<description><![CDATA[<p>Thank you very much, the fix is working for me.&#160;</p>
<p>But it is still not possible to hide the first dimension with hidden:true.</p>
<p>Is there an other way to pass a value to the rowObject?</p>
<p>I have several "key Columns" and i only need them to create my links, not to display.</p></p>
]]></description>
        	        	<pubDate>Mon, 05 May 2014 14:58:19 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Pivot: formatter for the grouping dimension not fired</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/pivot-formatter-for-the-grouping-dimension-not-fired#p30573</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/pivot-formatter-for-the-grouping-dimension-not-fired#p30573</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>This is a expected behavior. The reason for this is the new option in grouping introduced with the pivot.</p>
<p>The option is named <strong>hideFirstGroupCol</strong> and it is set to true when pivot is enabled.</p>
<p>Partially I have<a href="https://github.com/tonytomov/jqGrid/commit/51bec46cd0cf2384d4a6edf43802f6dcbcbfbf9f" target="_blank"> fixed this</a> enabling to overwrite group options in pivot. This can be achieved when you use groupingView in grid options like this.</p>
<p><input type='button' class='sfcodeselect' name='sfselectit3043' value='Select Code' data-codeid='sfcode3043' /></p>
<div class='sfcode' id='sfcode3043'>
<p>$(&#34;#pivot&#34;).jqGrid(&#39;jqPivot&#39;, &#39;url&#39;,</p>
<p>{&#8230;}, //pivot options</p>
<p>{groupingView:{ hideFirstGroupCol : false}, // grid options</p>
<p>&#8230;</p>
<p>);</p>
</p>
</div>
<p>Note that this is only in the fixed code in git hub.</p>
</p>
<p>I will think in the future how to fix this.</p>
</p>
<p>Kind Regards</p>
]]></description>
        	        	<pubDate>Sun, 04 May 2014 10:13:02 +0300</pubDate>
        </item>
        <item>
        	<title>stapelchip on Pivot: formatter for the grouping dimension not fired</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/pivot-formatter-for-the-grouping-dimension-not-fired#p30562</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/pivot-formatter-for-the-grouping-dimension-not-fired#p30562</guid>
        	        	<description><![CDATA[<p>Same problem for the hidden attribute.&#160;</p>
<p>I can hide every dimension, except the first.</p>
<p>Can you please tell me if this is a bug or the expected behavior?</p></p>
]]></description>
        	        	<pubDate>Fri, 02 May 2014 12:04:45 +0300</pubDate>
        </item>
        <item>
        	<title>stapelchip on Pivot: formatter for the grouping dimension not fired</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/pivot-formatter-for-the-grouping-dimension-not-fired#p30557</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/pivot-formatter-for-the-grouping-dimension-not-fired#p30557</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>I try to implement DrillDown functionality for my Pivot table.</p>
<p>Therefore i want to use a custom formatter which creates a url.</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit6109' value='Select Code' data-codeid='sfcode6109' /></p>
<div class='sfcode' id='sfcode6109'>
<p>xDimension: [{formatter: urlFmatter, dataName: &#39;Config.Name&#39;},</p>
<p><span style=&#34;white-space: pre;&#34;> </span>&#160; &#160; &#160;&#160;{formatter: urlFmatter, dataName: &#39;Config.Value&#39;}]</p>
<p><span style=&#34;white-space: pre;&#34;> </span>&#160; &#160; &#160;</p>
<p>function urlFmatter(cellvalue, options, rowObject)</p>
<p>{</p>
<p><span style=&#34;white-space: pre;&#34;> </span>//create drilldown url</p>
<p><span style=&#34;white-space: pre;&#34;> </span>return url</p>
<p>}</p>
</div>
<p>Unfortunately the urlFmatter function is not fired for the first dimension(Config.Name), only for Config.Value.</p>
<p>Is this a bug or is there an other way to change the Grouping Text dynamic?</p>
</p>
<p>Sincerely, Stapelchip</p>
]]></description>
        	        	<pubDate>Tue, 29 Apr 2014 14:23:19 +0300</pubDate>
        </item>
</channel>
</rss>