<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.infragistics.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>Andrew Smith - All Comments</title><link>http://blogs.infragistics.com/blogs/andrew_smith/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP1 (Build: 31106.3070)</generator><item><title>re: Common Style Issues when using the Theme property</title><link>http://blogs.infragistics.com/blogs/andrew_smith/archive/2009/12/09/common-style-issues-when-using-the-theme-property.aspx#249446</link><pubDate>Tue, 07 Sep 2010 18:33:54 GMT</pubDate><guid isPermaLink="false">7a8b7c76-b7ad-48e0-9694-5b04ca132ed0:249446</guid><dc:creator>[Infragistics] Andrew Smith</dc:creator><description>&lt;p&gt;One way to find the ResourceSets is to go into &amp;lt;a href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://help.infragistics.com/NetAdvantage/WPF/2010.2/CLR4.0/&amp;quot;&amp;gt;online"&gt;help.infragistics.com/.../&amp;quot;&amp;gt;online&lt;/a&gt; help&amp;lt;/a&amp;gt; and go down to the &amp;#39;API Reference Guide&amp;#39; section. Under most of the assemblies you should find an &amp;#39;Infragistics.Windows.Themes&amp;#39; namespace.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.infragistics.com/aggbug.aspx?PostID=249446" width="1" height="1"&gt;</description></item><item><title>re: Common Style Issues when using the Theme property</title><link>http://blogs.infragistics.com/blogs/andrew_smith/archive/2009/12/09/common-style-issues-when-using-the-theme-property.aspx#249118</link><pubDate>Sat, 04 Sep 2010 17:44:08 GMT</pubDate><guid isPermaLink="false">7a8b7c76-b7ad-48e0-9694-5b04ca132ed0:249118</guid><dc:creator>justinadler</dc:creator><description>&lt;p&gt;This info is golden; however, I am also having a hard time finding specific ResourceSets in your online documentation. &amp;nbsp;Can you provide any clues?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.infragistics.com/aggbug.aspx?PostID=249118" width="1" height="1"&gt;</description></item><item><title>re: ItemsSource for XamDockManager Elements</title><link>http://blogs.infragistics.com/blogs/andrew_smith/archive/2010/01/12/itemssource-for-xamdockmanager-elements.aspx#237101</link><pubDate>Wed, 23 Jun 2010 11:27:08 GMT</pubDate><guid isPermaLink="false">7a8b7c76-b7ad-48e0-9694-5b04ca132ed0:237101</guid><dc:creator>[Infragistics] Andrew Smith</dc:creator><description>&lt;p&gt;gfroes, I&amp;#39;m not sure what you mean. If you had an element in the same xaml where you defined the DocumentContentHost, you might set the Name of the DCH and use an ElementName binding (e.g. &amp;quot;{Binding ElementName=dch, Path=ActiveDocument.Header}&amp;quot;). If you wanted to do that from an element within the XamDockManager that may have been created using this method (i.e. not created in xaml) then you would probably go through the xamDockManager (e.g. &amp;quot;{Binding Path=(igDock:XamDockManager.DockManager).Content.ActiveDocument.Header, RelativeSource={RelativeSource Self}}&amp;quot;).&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.infragistics.com/aggbug.aspx?PostID=237101" width="1" height="1"&gt;</description></item><item><title>re: ItemsSource for XamDockManager Elements</title><link>http://blogs.infragistics.com/blogs/andrew_smith/archive/2010/01/12/itemssource-for-xamdockmanager-elements.aspx#236960</link><pubDate>Tue, 22 Jun 2010 18:29:31 GMT</pubDate><guid isPermaLink="false">7a8b7c76-b7ad-48e0-9694-5b04ca132ed0:236960</guid><dc:creator>gfroes</dc:creator><description>&lt;p&gt;Using this approach, if I want a property to be bound to the current active content pane (inside a DocumentContentHost) were would I put it (if possible)? &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.infragistics.com/aggbug.aspx?PostID=236960" width="1" height="1"&gt;</description></item><item><title>re: Hosting WPF Controls in a XamDataGrid Cell</title><link>http://blogs.infragistics.com/blogs/andrew_smith/archive/2009/03/27/hosting-wpf-controls-in-a-xamdatagrid-cell.aspx#228492</link><pubDate>Thu, 29 Apr 2010 02:32:30 GMT</pubDate><guid isPermaLink="false">7a8b7c76-b7ad-48e0-9694-5b04ca132ed0:228492</guid><dc:creator>[Infragistics] Andrew Smith</dc:creator><description>&lt;p&gt;MB_OK, its best if you post these kinds of questions on the &amp;lt;a href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://forums.infragistics.com/forums/148.aspx&amp;quot;&amp;gt;forums&amp;lt;/a&amp;gt;"&gt;forums.infragistics.com/.../a&amp;gt;&lt;/a&gt;. A quick answer to your question would be it depends. If by 1 cell you mean a specific Cell of a specific Record then you might handle the InitializeRecord event and set the Editor(Type|Style) on the Cell itself. If by 1 cell you mean the cell that is in edit mode (which could be any cell in that field but only ever 1 within that grid) then you could still use this approach and set the RenderDataTemplate to a simple template (e.g. one containing a textblock, etc.) and then set the EditDataTemplate to a datatemplate that contains your custom control.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.infragistics.com/aggbug.aspx?PostID=228492" width="1" height="1"&gt;</description></item><item><title>re: Hosting WPF Controls in a XamDataGrid Cell</title><link>http://blogs.infragistics.com/blogs/andrew_smith/archive/2009/03/27/hosting-wpf-controls-in-a-xamdatagrid-cell.aspx#228108</link><pubDate>Mon, 26 Apr 2010 11:58:14 GMT</pubDate><guid isPermaLink="false">7a8b7c76-b7ad-48e0-9694-5b04ca132ed0:228108</guid><dc:creator>MB_OK</dc:creator><description>&lt;p&gt;Hi. &lt;/p&gt;
&lt;p&gt;The sample is quite interesting, but custom controls are placed in every row of a column, so when I have, for instance, 10 rows, 10 controls will be displayed. But I need to show my custom control in only one cell of the grid, not in all rows of a column. Could you help me, please?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.infragistics.com/aggbug.aspx?PostID=228108" width="1" height="1"&gt;</description></item><item><title>re: Common Style Issues when using the Theme property</title><link>http://blogs.infragistics.com/blogs/andrew_smith/archive/2009/12/09/common-style-issues-when-using-the-theme-property.aspx#223513</link><pubDate>Thu, 18 Mar 2010 11:21:56 GMT</pubDate><guid isPermaLink="false">7a8b7c76-b7ad-48e0-9694-5b04ca132ed0:223513</guid><dc:creator>[Infragistics] Andrew Smith</dc:creator><description>&lt;p&gt;For each assembly there is a ResourceSet derived class in the Infragistics.Windows.Themes namespace. For DataPresenter that is the DataPresenterResourceSet class (&lt;a rel="nofollow" target="_new" href="http://help.infragistics.com//NetAdvantage/WPF/2009.2/?page=Infragistics3.Wpf.DataPresenter.v9.2~Infragistics.Windows.Themes.DataPresenterResourceSet"&gt;help.infragistics.com/.../2009.2&lt;/a&gt;`1.html). This class defines static properties for each styling point in that assembly. In this case you are looking to change the alternate row background which is provided by the DataRecordCellArea so you would want to reference that property. In that same namespace there is a derived class for each theme defined in that assembly (e.g. DataPresenterOffice2k7Black). So in your case the BasedOn would be something like &amp;quot;{x:Static igThemes:DataPresenterOffice2k7Black.DataRecordCellArea}&amp;quot;.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.infragistics.com/aggbug.aspx?PostID=223513" width="1" height="1"&gt;</description></item><item><title>re: Common Style Issues when using the Theme property</title><link>http://blogs.infragistics.com/blogs/andrew_smith/archive/2009/12/09/common-style-issues-when-using-the-theme-property.aspx#223466</link><pubDate>Thu, 18 Mar 2010 06:43:42 GMT</pubDate><guid isPermaLink="false">7a8b7c76-b7ad-48e0-9694-5b04ca132ed0:223466</guid><dc:creator>david_austin</dc:creator><description>&lt;p&gt;Thanks for this.&lt;/p&gt;
&lt;p&gt;I&amp;#39;d like to use the BasedOn method to tweak the Theme property styles but I am having difficulties finding the values for the BasedOn bindings.&lt;/p&gt;
&lt;p&gt;For example in the last code snippet the BasedOn attribute has a value of &amp;quot;{x:Static igThemes:PrimitivesOffice2k7Black.TabItemEx}&amp;quot;.&lt;/p&gt;
&lt;p&gt;How do I find the BasedOn value if i want to set the alternate row background in a XamDataGrid for example?&lt;/p&gt;
&lt;p&gt;Cheers&lt;/p&gt;
&lt;p&gt;David&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.infragistics.com/aggbug.aspx?PostID=223466" width="1" height="1"&gt;</description></item><item><title>re: Hosting WPF Controls in a XamDataGrid Cell</title><link>http://blogs.infragistics.com/blogs/andrew_smith/archive/2009/03/27/hosting-wpf-controls-in-a-xamdatagrid-cell.aspx#221617</link><pubDate>Wed, 03 Mar 2010 15:18:49 GMT</pubDate><guid isPermaLink="false">7a8b7c76-b7ad-48e0-9694-5b04ca132ed0:221617</guid><dc:creator>[Infragistics] Andrew Smith</dc:creator><description>&lt;p&gt;Try setting the EditorType of the field. E.g. &amp;lt;igDP:FieldSettings EditorType=&amp;quot;{x:Type igSamples:ControlHostEditor}&amp;quot;&amp;gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.infragistics.com/aggbug.aspx?PostID=221617" width="1" height="1"&gt;</description></item><item><title>re: ItemsSource for XamDockManager Elements</title><link>http://blogs.infragistics.com/blogs/andrew_smith/archive/2010/01/12/itemssource-for-xamdockmanager-elements.aspx#221603</link><pubDate>Wed, 03 Mar 2010 14:37:58 GMT</pubDate><guid isPermaLink="false">7a8b7c76-b7ad-48e0-9694-5b04ca132ed0:221603</guid><dc:creator>[Infragistics] Andrew Smith</dc:creator><description>&lt;p&gt;Florian, I am not able to reproduce that issue. The sample was set up to use 9.2 so if you change that to a different version make sure that you update all the references in the 2 projects. The converter that you seem to be getting an error on is defined in our Infragistics3.Wpf.v8.2 and later assemblies.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.infragistics.com/aggbug.aspx?PostID=221603" width="1" height="1"&gt;</description></item><item><title>re: ItemsSource for XamDockManager Elements</title><link>http://blogs.infragistics.com/blogs/andrew_smith/archive/2010/01/12/itemssource-for-xamdockmanager-elements.aspx#220965</link><pubDate>Thu, 25 Feb 2010 16:41:30 GMT</pubDate><guid isPermaLink="false">7a8b7c76-b7ad-48e0-9694-5b04ca132ed0:220965</guid><dc:creator>falbrech</dc:creator><description>&lt;p&gt;Hi Andrew!&lt;/p&gt;
&lt;p&gt;Thanks for that article. Unfortunately I am not able to start the sample project. Am I missing something. I get a &amp;quot;XamlParseException&amp;quot;:&lt;/p&gt;
&lt;p&gt;Cannot convert the value in attribute &amp;#39;Converter&amp;#39; to object of type &amp;#39;System.Windows.Data.IValueConverter&amp;#39;. Das Objekt mit dem Typ Infragistics.Windows.Controls.StringFormatConverter kann nicht in den Typ System.Windows.Data.IValueConverter konvertiert werden. &amp;nbsp;Error at object &amp;#39;System.Windows.Data.Binding&amp;#39; in markup file &amp;#39;TestWindowsApp;component/window_dockbinding.xaml&amp;#39; Line 56 Position 33.&lt;/p&gt;
&lt;p&gt;Any idea,&lt;/p&gt;
&lt;p&gt;regards,&lt;/p&gt;
&lt;p&gt;Florian&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.infragistics.com/aggbug.aspx?PostID=220965" width="1" height="1"&gt;</description></item><item><title>re: Hosting WPF Controls in a XamDataGrid Cell</title><link>http://blogs.infragistics.com/blogs/andrew_smith/archive/2009/03/27/hosting-wpf-controls-in-a-xamdatagrid-cell.aspx#220799</link><pubDate>Wed, 24 Feb 2010 17:57:13 GMT</pubDate><guid isPermaLink="false">7a8b7c76-b7ad-48e0-9694-5b04ca132ed0:220799</guid><dc:creator>mouthbow</dc:creator><description>&lt;p&gt;Hi Andrew,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m trying to use your sample but I have DataType of my custom class. I have defined the DataTemplate and it binds correctly if I set the Property Template with it. But when I try to use with EditDataTemplate simply it doesn&amp;#39;t enter edit mode and I don&amp;#39;t get errors of any type (no exceptions, no binding errors). My code is this, can you help me please?&lt;/p&gt;
&lt;p&gt;----------DataTemplate---------------&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;DataTemplate x:Key=&amp;quot;selectorHostTemplateEdit&amp;quot;&amp;gt;&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;nbsp; &amp;nbsp; &amp;lt;StackPanel Name=&amp;quot;stackEdit&amp;quot; Orientation=&amp;quot;Horizontal&amp;quot;&amp;gt;&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;lt;Label&amp;gt;Enter Id&amp;lt;/Label&amp;gt;&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;lt;TextBox Name=&amp;quot;txtID&amp;quot; Width=&amp;quot;60&amp;quot; LostFocus=&amp;quot;txtID_LostFocus&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;Text=&amp;quot;{Binding RelativeSource={RelativeSource Self}, Path=(igControlHostEditor:ControlHostEditor.Editor).Value.Id}&amp;quot;&amp;gt;&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;lt;/TextBox&amp;gt;&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;lt;Label&amp;gt;Enter Name&amp;lt;/Label&amp;gt;&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;lt;TextBox Name=&amp;quot;txtName&amp;quot; Width=&amp;quot;60&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;Text=&amp;quot;{Binding RelativeSource={RelativeSource Self}, Path=(igControlHostEditor:ControlHostEditor.Editor).Value.Name}&amp;quot;&amp;gt;&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;lt;/TextBox&amp;gt;&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;/StackPanel&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/DataTemplate&amp;gt;&lt;/p&gt;
&lt;p&gt;-------------------Unbound field----------------&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;lt;igDP:UnboundField Name=&amp;quot;selector&amp;quot; BindingPath=&amp;quot;SubClass1&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;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;DataType=&amp;quot;{x:Type my:SubClase1}&amp;quot;&amp;gt;&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;nbsp; &amp;nbsp;&amp;lt;igDP:Field.Settings&amp;gt;&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;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;igDP:FieldSettings AllowEdit=&amp;quot;True&amp;quot;&amp;gt;&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;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;igDP:FieldSettings.EditorStyle&amp;gt;&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;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/igDP:FieldSettings.EditorStyle&amp;gt;&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;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/igDP:FieldSettings&amp;gt;&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;nbsp; &amp;nbsp;&amp;lt;/igDP:Field.Settings&amp;gt;&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;lt;/igDP:UnboundField&amp;gt;&lt;/p&gt;
&lt;p&gt;Thanks in advance&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.infragistics.com/aggbug.aspx?PostID=220799" width="1" height="1"&gt;</description></item><item><title>re: Hosting WPF Controls in a XamDataGrid Cell</title><link>http://blogs.infragistics.com/blogs/andrew_smith/archive/2009/03/27/hosting-wpf-controls-in-a-xamdatagrid-cell.aspx#219814</link><pubDate>Wed, 17 Feb 2010 03:49:13 GMT</pubDate><guid isPermaLink="false">7a8b7c76-b7ad-48e0-9694-5b04ca132ed0:219814</guid><dc:creator>[Infragistics] Andrew Smith</dc:creator><description>&lt;p&gt;You should probably post your question on the appropriate forum or contact the support group. &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.infragistics.com/aggbug.aspx?PostID=219814" width="1" height="1"&gt;</description></item><item><title>re: Hosting WPF Controls in a XamDataGrid Cell</title><link>http://blogs.infragistics.com/blogs/andrew_smith/archive/2009/03/27/hosting-wpf-controls-in-a-xamdatagrid-cell.aspx#219810</link><pubDate>Tue, 16 Feb 2010 23:34:57 GMT</pubDate><guid isPermaLink="false">7a8b7c76-b7ad-48e0-9694-5b04ca132ed0:219810</guid><dc:creator>justinadler</dc:creator><description>&lt;p&gt;Ah perfect. &amp;nbsp;if you could help with binding back to the datasource (see attached) that would make my life much easier.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.infragistics.com/aggbug.aspx?PostID=219810" width="1" height="1"&gt;</description></item><item><title>re: Hosting WPF Controls in a XamDataGrid Cell</title><link>http://blogs.infragistics.com/blogs/andrew_smith/archive/2009/03/27/hosting-wpf-controls-in-a-xamdatagrid-cell.aspx#219797</link><pubDate>Tue, 16 Feb 2010 21:58:57 GMT</pubDate><guid isPermaLink="false">7a8b7c76-b7ad-48e0-9694-5b04ca132ed0:219797</guid><dc:creator>[Infragistics] Andrew Smith</dc:creator><description>&lt;p&gt;The sample uses a TextBox and doesn&amp;#39;t set the UpdateSourceTrigger which means its using the default for the TextBox&amp;#39;s Text property which is LostFocus. Try setting the UpdateSourceTrigger to PropertyChanged.&lt;/p&gt;
&lt;p&gt;&amp;lt;TextBox Text=&amp;quot;{Binding &lt;/p&gt;
&lt;p&gt;RelativeSource={RelativeSource Self}, &lt;/p&gt;
&lt;p&gt;Path=(igSamples:ControlHostEditor.Editor).Value, &lt;/p&gt;
&lt;p&gt;UpdateSourceTrigger=PropertyChanged}&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.infragistics.com/aggbug.aspx?PostID=219797" width="1" height="1"&gt;</description></item></channel></rss>