<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://xceed.com/CS/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>Xceed DataGrid for WPF</title><link>http://xceed.com/CS/forums/35/ShowForum.aspx</link><description>Community support section for Xceed DataGrid for WPF, Xceed 3D Views for WPF, Xceed Editors for WPF, and Xceed Professional Themes for WPF</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP2 (Debug Build: 61120.2)</generator><item><title>Re: TargetNullValue not working when Printing</title><link>http://xceed.com/CS/forums/thread/32475.aspx</link><pubDate>Tue, 31 Jul 2012 00:05:53 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:32475</guid><dc:creator>Nathan</dc:creator><slash:comments>0</slash:comments><comments>http://xceed.com/CS/forums/thread/32475.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=35&amp;PostID=32475</wfw:commentRss><description>&lt;p&gt;I just ran into this issue again in another project, so played around some more, and came upon an interesting work around... &lt;/p&gt;&lt;p&gt;Even though the Binding.TargetNullValue seems to be ignored in the print preview, FallbackValue seems to work, even though the binding succeeds in binding to the object's property.&amp;nbsp; Strange, but for now, I guess that will work as a workaround.&amp;nbsp; &lt;/p&gt;&lt;p&gt;Still interested in hearing why this is the case...&lt;br&gt;&lt;/p&gt;</description></item><item><title>TargetNullValue not working when Printing</title><link>http://xceed.com/CS/forums/thread/32145.aspx</link><pubDate>Thu, 24 May 2012 14:56:45 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:32145</guid><dc:creator>Nathan</dc:creator><slash:comments>0</slash:comments><comments>http://xceed.com/CS/forums/thread/32145.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=35&amp;PostID=32145</wfw:commentRss><description>I have columns that are binding to properties of type Nullable&amp;lt;Decimal&amp;gt;, and want null values to appear as * on the datagrid.&amp;nbsp; To achieve this, I set the columns CellContentTemplate to:&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;DataTemplate x:Key="currencyCellDataTemplate"&amp;gt;&lt;br&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;TextBlock Text="{Binding TargetNullValue=*, StringFormat=\{0:c\}}"&amp;nbsp; /&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/DataTemplate&amp;gt;&lt;br&gt;&lt;br&gt;This works great on the GUI, but when I try Print Preview, the *s no longer appear.&amp;nbsp; The custom Binding must exist, because the non-null values are being formatted correctly to currency, but it seems like the TargetNullValue is getting lost.&amp;nbsp; Any ideas?</description></item></channel></rss>