﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - ClientUI - How do I hide the UXGridView RowGroupHeader's Item Count?</title><link>http://www.intersoftsolutions.com/Community/ClientUI/How-do-I-hide-the-UXGridView-RowGroupHeaders-Item-Count/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>How do I hide the UXGridView RowGroupHeader's Item Count?</title><link>http://www.intersoftsolutions.com/Community/ClientUI/How-do-I-hide-the-UXGridView-RowGroupHeaders-Item-Count/</link><pubDate>Thu, 10 Jan 2013 21:50:02 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;You need to use EditTemplate by editting it in Microsoft Expression Blend. Open the XAML that contains UXGridView grouping. Right Click UXGridView element&amp;gt;&amp;gt;&lt;b&gt;Edit Additional Templates&lt;/b&gt;&amp;gt;&amp;gt;&lt;b&gt;EditRowGroupHeaderStyle&lt;/b&gt;&amp;gt;&amp;gt;EditCopy. You can see that there are textblocks under &lt;b&gt;RowGroupHeaderContainer&lt;/b&gt;. Then save the generate templates and open XAML code. Search for &lt;b&gt;RowGroupHeaderContainer &lt;/b&gt;that you just generated.&lt;/p&gt;&lt;p /&gt;&lt;pre&gt;&amp;lt;StackPanel x:Name="RowGroupHeaderContainer" Grid.Column="3" Margin="0,1,0,1" Orientation="Horizontal" Grid.Row="1" VerticalAlignment="Center"&amp;gt;
	&amp;lt;TextBlock x:Name="PropertyNameElement" Margin="4,0,0,0" Visibility="{TemplateBinding PropertyNameVisibility}"/&amp;gt;
	&amp;lt;TextBlock Margin="4,0,0,0" Text="{Binding Name}"/&amp;gt;
	&amp;lt;TextBlock x:Name="AggregatesElement" Margin="4,0,0,0" Visibility="{TemplateBinding AggregatesVisibility}"/&amp;gt;
	&amp;lt;TextBlock x:Name="ItemCountElement" Margin="4,0,0,0" Visibility="{TemplateBinding ItemCountVisibility}"/&amp;gt;
&amp;lt;/StackPanel&amp;gt;&lt;/pre&gt;
&lt;p /&gt;
&lt;p&gt;You can discard the item count inside &lt;b&gt;ItemCountElement&lt;/b&gt;. Or, you can set visibility collapsed and added your own TextBlock in there. Hope this helps.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>How do I hide the UXGridView RowGroupHeader's Item Count?</title><link>http://www.intersoftsolutions.com/Community/ClientUI/How-do-I-hide-the-UXGridView-RowGroupHeaders-Item-Count/</link><pubDate>Thu, 10 Jan 2013 12:56:03 GMT</pubDate><dc:creator>Syllus</dc:creator><description>&lt;p&gt;I want to be able to hide the item count in the UXGridView's RowGroupHeader.  How would I do this?  There does not seem to be a way to set whether or not it should show the count that I have been able to find.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;</description></item></channel></rss>