<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: WPF Toolkit DataGrid Part IV: TemplateColumns and Row Grouping</title>
	<atom:link href="http://blog.smoura.com/wpf-toolkit-datagrid-part-iv-templatecolumns-and-row-grouping/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.smoura.com/wpf-toolkit-datagrid-part-iv-templatecolumns-and-row-grouping/</link>
	<description>User Experience tales by a Software Engineer</description>
	<lastBuildDate>Thu, 29 Dec 2011 21:09:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: saurav</title>
		<link>http://blog.smoura.com/wpf-toolkit-datagrid-part-iv-templatecolumns-and-row-grouping/comment-page-5/#comment-2117</link>
		<dc:creator>saurav</dc:creator>
		<pubDate>Tue, 04 Oct 2011 07:25:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smoura.com/?p=206#comment-2117</guid>
		<description>how to do it with double hierarchy i.e. parent inside parent....</description>
		<content:encoded><![CDATA[<p>how to do it with double hierarchy i.e. parent inside parent&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hugo</title>
		<link>http://blog.smoura.com/wpf-toolkit-datagrid-part-iv-templatecolumns-and-row-grouping/comment-page-5/#comment-2092</link>
		<dc:creator>Hugo</dc:creator>
		<pubDate>Thu, 14 Jul 2011 13:03:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smoura.com/?p=206#comment-2092</guid>
		<description>Hi Samuel,

Thanks a lot for this tutorial, it is seriously helpful!
I am developing an application, and I have figured out how I can use this datagrid.

However, I would like to change 2 things, that would make it perfect!

- I want to be able to select/deselect every one in a team,using for example a seperate checkbox.
- I would like to (de)select team members using only own mouseclick.
(now i need two, one to select the row, own to check/uncheck)

You or anyone encountered such a thing already ? And if so, maybe share some insight how to do this ?</description>
		<content:encoded><![CDATA[<p>Hi Samuel,</p>
<p>Thanks a lot for this tutorial, it is seriously helpful!<br />
I am developing an application, and I have figured out how I can use this datagrid.</p>
<p>However, I would like to change 2 things, that would make it perfect!</p>
<p>- I want to be able to select/deselect every one in a team,using for example a seperate checkbox.<br />
- I would like to (de)select team members using only own mouseclick.<br />
(now i need two, one to select the row, own to check/uncheck)</p>
<p>You or anyone encountered such a thing already ? And if so, maybe share some insight how to do this ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hugo</title>
		<link>http://blog.smoura.com/wpf-toolkit-datagrid-part-iv-templatecolumns-and-row-grouping/comment-page-5/#comment-2091</link>
		<dc:creator>Hugo</dc:creator>
		<pubDate>Wed, 13 Jul 2011 15:46:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smoura.com/?p=206#comment-2091</guid>
		<description>Hi Samuel, 

Thanks a lot for this tutorial, it is seriously helpful!
I am developing an application, and I have figured out how I can use this datagrid.

However, I would like to change 2 things, that would make it perfect!

- I want to be able to select/deselect every one in a team,using for example a seperate checkbox.
- I would like to (de)select team members using only own mouseclick.
(now i need two, one to select the row, own to check/uncheck)

You or anyone encountered such a thing already ?

Hugo Andrioli</description>
		<content:encoded><![CDATA[<p>Hi Samuel, </p>
<p>Thanks a lot for this tutorial, it is seriously helpful!<br />
I am developing an application, and I have figured out how I can use this datagrid.</p>
<p>However, I would like to change 2 things, that would make it perfect!</p>
<p>- I want to be able to select/deselect every one in a team,using for example a seperate checkbox.<br />
- I would like to (de)select team members using only own mouseclick.<br />
(now i need two, one to select the row, own to check/uncheck)</p>
<p>You or anyone encountered such a thing already ?</p>
<p>Hugo Andrioli</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kishore</title>
		<link>http://blog.smoura.com/wpf-toolkit-datagrid-part-iv-templatecolumns-and-row-grouping/comment-page-5/#comment-2082</link>
		<dc:creator>kishore</dc:creator>
		<pubDate>Mon, 23 May 2011 03:46:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smoura.com/?p=206#comment-2082</guid>
		<description>Excellent InDepth article will suite to any kind of learner.</description>
		<content:encoded><![CDATA[<p>Excellent InDepth article will suite to any kind of learner.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antonio</title>
		<link>http://blog.smoura.com/wpf-toolkit-datagrid-part-iv-templatecolumns-and-row-grouping/comment-page-5/#comment-2073</link>
		<dc:creator>Antonio</dc:creator>
		<pubDate>Tue, 01 Feb 2011 14:30:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smoura.com/?p=206#comment-2073</guid>
		<description>About Grouping with ViewModel:
Hello Samuel, I&#039;ve a problem about ViewModel.

When I go to insert a new PlayerAge as a child of &quot;alphateam&quot; It goes to the bottom and it seems to be not a child of &quot;alphateam&quot;. Then when I collapse it everithing seems to work well, but when I re-expand the &quot;alphateam&quot; (the new item) goes always to the bottom.

Have you any suggestion?

Thanks a lot</description>
		<content:encoded><![CDATA[<p>About Grouping with ViewModel:<br />
Hello Samuel, I&#8217;ve a problem about ViewModel.</p>
<p>When I go to insert a new PlayerAge as a child of &#8220;alphateam&#8221; It goes to the bottom and it seems to be not a child of &#8220;alphateam&#8221;. Then when I collapse it everithing seems to work well, but when I re-expand the &#8220;alphateam&#8221; (the new item) goes always to the bottom.</p>
<p>Have you any suggestion?</p>
<p>Thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Baye</title>
		<link>http://blog.smoura.com/wpf-toolkit-datagrid-part-iv-templatecolumns-and-row-grouping/comment-page-5/#comment-2071</link>
		<dc:creator>Baye</dc:creator>
		<pubDate>Mon, 17 Jan 2011 22:06:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smoura.com/?p=206#comment-2071</guid>
		<description>Nice aerticel but something isn&#039;t clear for me for the DataTrigger binding property value you set the value to be &quot;Both&quot; What is &quot;Both&quot; ? Is that built in value? 

 </description>
		<content:encoded><![CDATA[<p>Nice aerticel but something isn&#8217;t clear for me for the DataTrigger binding property value you set the value to be &#8220;Both&#8221; What is &#8220;Both&#8221; ? Is that built in value?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nico</title>
		<link>http://blog.smoura.com/wpf-toolkit-datagrid-part-iv-templatecolumns-and-row-grouping/comment-page-4/#comment-2064</link>
		<dc:creator>Nico</dc:creator>
		<pubDate>Thu, 11 Nov 2010 12:32:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smoura.com/?p=206#comment-2064</guid>
		<description>Thank you for the example. I switched your project to .net 4.0 - there the bug with edited lines on the bottom of the group is fixed.

Nico</description>
		<content:encoded><![CDATA[<p>Thank you for the example. I switched your project to .net 4.0 &#8211; there the bug with edited lines on the bottom of the group is fixed.</p>
<p>Nico</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yazid</title>
		<link>http://blog.smoura.com/wpf-toolkit-datagrid-part-iv-templatecolumns-and-row-grouping/comment-page-4/#comment-2054</link>
		<dc:creator>Yazid</dc:creator>
		<pubDate>Sat, 04 Sep 2010 09:53:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smoura.com/?p=206#comment-2054</guid>
		<description>Nice article, how do I get the horizontal scrollbar to appear?</description>
		<content:encoded><![CDATA[<p>Nice article, how do I get the horizontal scrollbar to appear?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FastLearner</title>
		<link>http://blog.smoura.com/wpf-toolkit-datagrid-part-iv-templatecolumns-and-row-grouping/comment-page-4/#comment-2051</link>
		<dc:creator>FastLearner</dc:creator>
		<pubDate>Tue, 24 Aug 2010 18:00:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smoura.com/?p=206#comment-2051</guid>
		<description>Hi,
I have the same issue &quot;a row updated goes to the bottom of the group&quot;.
I am using datasets,datatables and list collection view.
Here is the code that i have written

 ListCollectionView view = null;
 ICollectionView gridView = null;

 this.sdaExt.Fill(this.dsExt.dtext);
 view = new ListCollectionView(this.dsExt.dtext.ToList());
 view.GroupDescriptions.Add(new PropertyGroupDescription(&quot;extNm&quot;));
 this.gridView = CollectionViewSource.GetDefaultView(view);
 this.DataContext = this.gridView;

How can i change this code to stop the row being edited from moving downwards.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I have the same issue &#8220;a row updated goes to the bottom of the group&#8221;.<br />
I am using datasets,datatables and list collection view.<br />
Here is the code that i have written</p>
<p> ListCollectionView view = null;<br />
 ICollectionView gridView = null;</p>
<p> this.sdaExt.Fill(this.dsExt.dtext);<br />
 view = new ListCollectionView(this.dsExt.dtext.ToList());<br />
 view.GroupDescriptions.Add(new PropertyGroupDescription(&#8220;extNm&#8221;));<br />
 this.gridView = CollectionViewSource.GetDefaultView(view);<br />
 this.DataContext = this.gridView;</p>
<p>How can i change this code to stop the row being edited from moving downwards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alpe</title>
		<link>http://blog.smoura.com/wpf-toolkit-datagrid-part-iv-templatecolumns-and-row-grouping/comment-page-4/#comment-2031</link>
		<dc:creator>Alpe</dc:creator>
		<pubDate>Tue, 10 Aug 2010 06:13:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smoura.com/?p=206#comment-2031</guid>
		<description>The right code fragment:

&lt;Style TargetType=&quot;DataGridRow&quot;&gt;
    &lt;Style.Resources&gt;
		&lt;SolidColorBrush x:Key=&quot;{x:Static SystemColors.HighlightBrushKey}&quot; Color=&quot;Yellow&quot;/&gt;
    &lt;/Style.Resources&gt;</description>
		<content:encoded><![CDATA[<p>The right code fragment:</p>
<p>&lt;Style TargetType=&quot;DataGridRow&quot;&gt;<br />
    &lt;Style.Resources&gt;<br />
		&lt;SolidColorBrush x:Key=&quot;{x:Static SystemColors.HighlightBrushKey}&quot; Color=&quot;Yellow&quot;/&gt;<br />
    &lt;/Style.Resources&gt;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

