<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>WPF DataGrid and the WPFToolKit have released!</title><link>http://blogs.msdn.com/b/vinsibal/archive/2008/10/22/wpf-datagrid-and-the-wpftoolkit-have-released.aspx</link><description>Finally, the v1 WPF DataGrid is out! This is an out-of-band release that will be hosted on the WPF CodePlex site and integrated into the WPF Framework in vNext. You can download the bits as well as the source code here . You also may be pleased to hear</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: WPF DataGrid and the WPFToolKit have released!</title><link>http://blogs.msdn.com/b/vinsibal/archive/2008/10/22/wpf-datagrid-and-the-wpftoolkit-have-released.aspx#9989004</link><pubDate>Thu, 01 Apr 2010 17:16:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9989004</guid><dc:creator>_ivan</dc:creator><description>&lt;p&gt;AutoGenerateColumns=&amp;quot;True&amp;quot; does work with POCO classes though. So I am confused why it's not working. &lt;/p&gt;
&lt;p&gt;Here is XAML &lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;wpfToolkit:DataGrid&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;VirtualizingStackPanel.VirtualizationMode=&amp;quot;Recycling&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ItemsSource=&amp;quot;{Binding Path=Audit, Mode=OneWay, UpdateSourceTrigger=PropertyChanged}&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SelectionMode=&amp;quot;Single&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;AutoGenerateColumns=&amp;quot;True&amp;quot; &lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;VerticalAlignment=&amp;quot;Stretch&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;HorizontalAlignment=&amp;quot;Stretch&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;CanUserAddRows=&amp;quot;False&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;CanUserDeleteRows=&amp;quot;False&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Background=&amp;quot;Transparent&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;RowBackground=&amp;quot;Transparent&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Foreground=&amp;quot;DarkBlue&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;GridLinesVisibility=&amp;quot;None&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;AlternatingRowBackground=&amp;quot;{StaticResource HorizontalBrush}&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;RowHeaderWidth=&amp;quot;0&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ColumnHeaderStyle=&amp;quot;{StaticResource dgHeaderStyle}&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9989004" width="1" height="1"&gt;</description></item><item><title>re: WPF DataGrid and the WPFToolKit have released!</title><link>http://blogs.msdn.com/b/vinsibal/archive/2008/10/22/wpf-datagrid-and-the-wpftoolkit-have-released.aspx#9988997</link><pubDate>Thu, 01 Apr 2010 17:10:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9988997</guid><dc:creator>_ivan</dc:creator><description>&lt;p&gt;AutoGenerateColumns=&amp;quot;True&amp;quot; doesn't work for &lt;/p&gt;
&lt;p&gt;public IEnumerable&amp;lt;ClientAudit&amp;gt; Audit&lt;/p&gt;
&lt;p&gt;where ClientAudit is an entity in LINQ to SQL. &lt;/p&gt;
&lt;p&gt;When I bind columns manually it works, but I have like 100 tables, and thought it would be nice to just drop a data grid and it will find columns automatically. &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9988997" width="1" height="1"&gt;</description></item><item><title>re: WPF DataGrid and the WPFToolKit have released!</title><link>http://blogs.msdn.com/b/vinsibal/archive/2008/10/22/wpf-datagrid-and-the-wpftoolkit-have-released.aspx#9977452</link><pubDate>Fri, 12 Mar 2010 13:09:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9977452</guid><dc:creator>Vincent Sibal - MSFT</dc:creator><description>&lt;p&gt;AJJohn123,&lt;/p&gt;
&lt;p&gt;You can nest a DataGrid in the RowDetailsTemplate. &amp;nbsp;When you select a row it should display that nested DataGrid.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9977452" width="1" height="1"&gt;</description></item><item><title>re: WPF DataGrid and the WPFToolKit have released!</title><link>http://blogs.msdn.com/b/vinsibal/archive/2008/10/22/wpf-datagrid-and-the-wpftoolkit-have-released.aspx#9974132</link><pubDate>Sat, 06 Mar 2010 16:35:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9974132</guid><dc:creator>AJJohn123</dc:creator><description>&lt;p&gt;Is there an example showing how to have nested dataGrids (e.g. have a master DataGrid with 2 columns, but I want o have each row to be expanded to show another data grid .&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9974132" width="1" height="1"&gt;</description></item><item><title>re: WPF DataGrid and the WPFToolKit have released!</title><link>http://blogs.msdn.com/b/vinsibal/archive/2008/10/22/wpf-datagrid-and-the-wpftoolkit-have-released.aspx#9654328</link><pubDate>Fri, 29 May 2009 19:35:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9654328</guid><dc:creator>Charley sheng</dc:creator><description>&lt;p&gt;Vinsibal,&lt;/p&gt;
&lt;p&gt;I have figured out what the cause is and the problem is fixed.&lt;/p&gt;
&lt;p&gt;Best,&lt;/p&gt;
&lt;p&gt;charley sheng &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9654328" width="1" height="1"&gt;</description></item><item><title>re: WPF DataGrid and the WPFToolKit have released!</title><link>http://blogs.msdn.com/b/vinsibal/archive/2008/10/22/wpf-datagrid-and-the-wpftoolkit-have-released.aspx#9633819</link><pubDate>Thu, 21 May 2009 17:35:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9633819</guid><dc:creator>Charley sheng</dc:creator><description>&lt;p&gt;Vinsibal,&lt;/p&gt;
&lt;p&gt;thank you for yor reply. the DataGrid is used as drop target object and drag some other control, like, button,content tempaltes,... into the datagrid cell or cells. if single cell is slected, the draging is working as expected, but if multiple cells are selected and drag control into the cells, nothing happened. the drag data objects could be seen in the debug but there is not any UI presentation could be seen on the screen. &lt;/p&gt;
&lt;p&gt;Best,&lt;/p&gt;
&lt;p&gt;charley sheng &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9633819" width="1" height="1"&gt;</description></item><item><title>re: WPF DataGrid and the WPFToolKit have released!</title><link>http://blogs.msdn.com/b/vinsibal/archive/2008/10/22/wpf-datagrid-and-the-wpftoolkit-have-released.aspx#9633693</link><pubDate>Thu, 21 May 2009 15:31:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9633693</guid><dc:creator>Vincent Sibal - MSFT</dc:creator><description>&lt;p&gt;Charley,&lt;/p&gt;
&lt;p&gt;&amp;quot;drap visula control into a single cell&amp;quot; =&amp;gt; &amp;quot;drag visual control into a single cell&amp;quot;? &amp;nbsp;Could you expand on this a little bit. &amp;nbsp;I'm not quite sure what you mean.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9633693" width="1" height="1"&gt;</description></item><item><title>re: WPF DataGrid and the WPFToolKit have released!</title><link>http://blogs.msdn.com/b/vinsibal/archive/2008/10/22/wpf-datagrid-and-the-wpftoolkit-have-released.aspx#9632919</link><pubDate>Thu, 21 May 2009 00:37:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9632919</guid><dc:creator>charley sheng</dc:creator><description>&lt;p&gt;vinsibal,&lt;/p&gt;
&lt;p&gt;I have used the datagrid to create the template by using the template column and put customized control into the column. drap visula control into single cell of data grid worked fine, but didn't work for multiple selected cells. any suggestion?&lt;/p&gt;
&lt;p&gt;thanks,&lt;/p&gt;
&lt;p&gt;charley sheng&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9632919" width="1" height="1"&gt;</description></item><item><title>re: WPF DataGrid and the WPFToolKit have released!</title><link>http://blogs.msdn.com/b/vinsibal/archive/2008/10/22/wpf-datagrid-and-the-wpftoolkit-have-released.aspx#9627610</link><pubDate>Tue, 19 May 2009 14:10:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9627610</guid><dc:creator>Wayne</dc:creator><description>&lt;p&gt;I have a DataGridComboBoxColumn bound to a foreign key to another table. The combobox values are then populated from another datasource thus:&lt;/p&gt;
&lt;p&gt;&amp;lt;my:DataGridComboBoxColumn Header=&amp;quot;Vetted Pos 1&amp;quot; ItemsSource=&amp;quot;{Binding Source={StaticResource vetted}}&amp;quot; DisplayMemberPath=&amp;quot;DESCRIPTION&amp;quot; SelectedValuePath=&amp;quot;CODE&amp;quot; SelectedValueBinding=&amp;quot;{Binding VettedPos1, Mode=TwoWay}&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt;When I change the value in the dropdown, the selected index (dg.SelectedIndex) in the code behind is -1.&lt;/p&gt;
&lt;p&gt;Any help much appreciated!!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9627610" width="1" height="1"&gt;</description></item><item><title>re: WPF DataGrid and the WPFToolKit have released!</title><link>http://blogs.msdn.com/b/vinsibal/archive/2008/10/22/wpf-datagrid-and-the-wpftoolkit-have-released.aspx#9524552</link><pubDate>Wed, 01 Apr 2009 03:02:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9524552</guid><dc:creator>Vincent Sibal - MSFT</dc:creator><description>&lt;p&gt;Bhuvan,&lt;/p&gt;
&lt;p&gt;So if you do something like this:&lt;/p&gt;
&lt;p&gt;&amp;lt;dg:DataGridTextColumn Binding=&amp;quot;{Binding conceptId}&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt;it works? &amp;nbsp;Do you get any binding errors with your TemplateColumn above?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9524552" width="1" height="1"&gt;</description></item></channel></rss>