<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.silverlight.net/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>Silverlight Controls and Silverlight Toolkit</title><link>http://forums.silverlight.net/forums/35.aspx</link><description>Discussions around using and developing Silverlight controls and the Silverlight Toolkit</description><dc:language>en</dc:language><generator>CommunityServer 2007 (Build: 20416.853)</generator><item><title>Re: Re: How to retrieve an item inside a DataGridRow</title><link>http://forums.silverlight.net/forums/thread/238169.aspx</link><pubDate>Fri, 26 Jun 2009 08:02:15 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:238169</guid><dc:creator>Ors84bs</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/238169.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=35&amp;PostID=238169</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Thank you very much&lt;/p&gt;&lt;p&gt;You solved my problem &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: How to retrieve an item inside a DataGridRow</title><link>http://forums.silverlight.net/forums/thread/237512.aspx</link><pubDate>Wed, 24 Jun 2009 23:01:22 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:237512</guid><dc:creator>yifung</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/237512.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=35&amp;PostID=237512</wfw:commentRss><description>&lt;p&gt;Also, if you have an element within a Row, like a button, and you&amp;#39;re using Silverlight 3, you can call the new static method DataGridRow.GetRowContainingElement.&amp;nbsp; This method is in the newer builds of Silverlight 3, and I do not believe it is in the Beta build of Silverlight 3.&lt;/p&gt;</description></item><item><title>Re: How to retrieve an item inside a DataGridRow</title><link>http://forums.silverlight.net/forums/thread/237372.aspx</link><pubDate>Wed, 24 Jun 2009 16:50:01 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:237372</guid><dc:creator>Brian Braeckel</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/237372.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=35&amp;PostID=237372</wfw:commentRss><description>&lt;p&gt;If you want the nth item inside the DataGrid, then you can grab it from the ItemsSource as suggested above.&amp;nbsp; If you have an actual DataGridRow element, though, you can get&amp;nbsp;the associated item from its DataContext.&lt;/p&gt;</description></item><item><title>Re: How to retrieve an item inside a DataGridRow</title><link>http://forums.silverlight.net/forums/thread/237334.aspx</link><pubDate>Wed, 24 Jun 2009 14:55:54 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:237334</guid><dc:creator>tanmoy.r</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/237334.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=35&amp;PostID=237334</wfw:commentRss><description>&lt;pre class="coloredcode"&gt; MyClass item = MyDataGrid.ItemsSource.Cast&amp;lt;MyClass&amp;gt;().Where((_, pos) =&amp;gt; pos == row_number).SingleOrDefault();&lt;/pre&gt;&amp;nbsp; Assuming your DataGrid item source is a collection of MyClass class&lt;br /&gt;&lt;p&gt;You might need to add&amp;nbsp; System.Linq; namespace.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>How to retrieve an item inside a DataGridRow</title><link>http://forums.silverlight.net/forums/thread/237319.aspx</link><pubDate>Wed, 24 Jun 2009 14:22:00 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:237319</guid><dc:creator>Ors84bs</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/237319.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=35&amp;PostID=237319</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;i&amp;#39;d like to get the item contained inside a particular row of a silverlight datagrid.&lt;/p&gt;&lt;p&gt;How could I do?&lt;/p&gt;&lt;p&gt;&amp;nbsp;Thank you very much &lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>