<?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: StatCell, ResultConverterParameter Problem</title><link>http://xceed.com/CS/forums/thread/24551.aspx</link><pubDate>Fri, 16 Oct 2009 08:50:27 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:24551</guid><dc:creator>arya009</dc:creator><slash:comments>0</slash:comments><comments>http://xceed.com/CS/forums/thread/24551.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=35&amp;PostID=24551</wfw:commentRss><description>anyone? i m still getting this error :(&lt;br&gt;</description></item><item><title>Re: StatCell, ResultConverterParameter Problem</title><link>http://xceed.com/CS/forums/thread/22811.aspx</link><pubDate>Wed, 22 Jul 2009 17:36:13 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:22811</guid><dc:creator>Jenny [Xceed]</dc:creator><slash:comments>0</slash:comments><comments>http://xceed.com/CS/forums/thread/22811.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=35&amp;PostID=22811</wfw:commentRss><description>This is a binding error that is most likely not related to the grid; however, if you provide me with the binding that is failing, I will try and help you get up and running.</description></item><item><title>Re: StatCell, ResultConverterParameter Problem</title><link>http://xceed.com/CS/forums/thread/22796.aspx</link><pubDate>Wed, 22 Jul 2009 13:03:32 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:22796</guid><dc:creator>arya009</dc:creator><slash:comments>0</slash:comments><comments>http://xceed.com/CS/forums/thread/22796.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=35&amp;PostID=22796</wfw:commentRss><description>&lt;p&gt;There is only one error that too for Alternaterowcolor&lt;/p&gt;&lt;p&gt;&amp;nbsp;System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='HotsoftControls.HotsoftGrid', AncestorLevel='1''. BindingExpression:Path=AlternateRowColor; DataItem=null; target element is 'SolidColorBrush' (HashCode=48034301); target property is 'Color' (type 'Color')&lt;br&gt;&amp;nbsp;&lt;br&gt;&lt;/p&gt;</description></item><item><title>Re: StatCell, ResultConverterParameter Problem</title><link>http://xceed.com/CS/forums/thread/22794.aspx</link><pubDate>Wed, 22 Jul 2009 12:47:21 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:22794</guid><dc:creator>Jenny [Xceed]</dc:creator><slash:comments>0</slash:comments><comments>http://xceed.com/CS/forums/thread/22794.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=35&amp;PostID=22794</wfw:commentRss><description>What is the error in the output window?</description></item><item><title>Re: StatCell, ResultConverterParameter Problem</title><link>http://xceed.com/CS/forums/thread/22787.aspx</link><pubDate>Wed, 22 Jul 2009 05:28:02 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:22787</guid><dc:creator>arya009</dc:creator><slash:comments>0</slash:comments><comments>http://xceed.com/CS/forums/thread/22787.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=35&amp;PostID=22787</wfw:commentRss><description>&lt;p&gt;I have modified the code accordingly. but result is the same...&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;xcdg:StatCell FieldName="RunningCostAmtAC"&amp;gt;&amp;nbsp; &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;xcdg:StatCell.ContentTemplate&amp;gt;&amp;nbsp; &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;DataTemplate&amp;gt;&amp;nbsp; &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;StackPanel Orientation="Horizontal"&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &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;nbsp; &amp;lt;TextBlock Text="{Binding RelativeSource={RelativeSource Self}, Path=(xcdg:DataGridControl.StatContext).sum_RunningCostAmtAC, Converter={StaticResource statResultConverter}, ConverterParameter='€#,###,###,###.##'}" Margin="4,0,0,0" /&amp;gt;&amp;nbsp; &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/StackPanel&amp;gt;&amp;nbsp; &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/DataTemplate&amp;gt;&amp;nbsp; &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/xcdg:StatCell.ContentTemplate&amp;gt;&lt;br&gt;&amp;lt;/xcdg:StatCell &amp;gt; &lt;br&gt;&lt;/p&gt;</description></item><item><title>Re: StatCell, ResultConverterParameter Problem</title><link>http://xceed.com/CS/forums/thread/22760.aspx</link><pubDate>Tue, 21 Jul 2009 16:27:57 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:22760</guid><dc:creator>Jenny [Xceed]</dc:creator><slash:comments>0</slash:comments><comments>http://xceed.com/CS/forums/thread/22760.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=35&amp;PostID=22760</wfw:commentRss><description>&lt;p&gt;There are at least 2 things wrong with the provided XAML:&lt;/p&gt;&lt;p&gt;1- The ContentTemplate property requires a DataTemplate. It will not accept any other element type.&lt;/p&gt;&lt;p&gt;2- You can't use double quotes (") in in the ConverterParameter. Use a single quote (') instead. &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: StatCell, ResultConverterParameter Problem</title><link>http://xceed.com/CS/forums/thread/22731.aspx</link><pubDate>Tue, 21 Jul 2009 06:45:46 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:22731</guid><dc:creator>arya009</dc:creator><slash:comments>0</slash:comments><comments>http://xceed.com/CS/forums/thread/22731.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=35&amp;PostID=22731</wfw:commentRss><description>&lt;p&gt;This is the another thing i have tried and it is giving me another error:&lt;/p&gt;&lt;p&gt;&lt;b&gt;Error : Name cannot begin with the '\' character, hexadecimal value 0x5C. Line 1, position 2214.&lt;/b&gt; &lt;br&gt;&lt;/p&gt;&lt;p&gt;&amp;lt;xcdg:StatRow&amp;gt;&lt;br&gt;&amp;lt;xcdg:StatRow.Resources&amp;gt;&lt;br&gt;&amp;lt;xcdg:StatResultConverter x:Key="statResultConverter"/&amp;gt;&amp;lt;app:MaskNumberConverter x:Key="maskConverter" /&amp;gt;&lt;br&gt;&amp;lt;/xcdg:StatRow.Resources&amp;gt;&lt;br&gt;&amp;lt;xcdg:StatCell FieldName="Qty"&amp;gt;&amp;nbsp; &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;xcdg:StatCell.ContentTemplate&amp;gt;&amp;nbsp; &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;StackPanel Orientation="Horizontal"&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;TextBlock Text="{Binding RelativeSource={RelativeSource Self}, Path=(xcdg:DataGridControl.StatContext).sum_Qty, Converter={StaticResource maskConverter}, ConverterParameter="\#,##,##,##,#0.00"}" Margin="4,0,0,0" /&amp;gt;&amp;nbsp; &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/StackPanel&amp;gt;&amp;nbsp; &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/xcdg:StatCell.ContentTemplate&amp;gt;&lt;br&gt;&amp;lt;/xcdg:StatCell &amp;gt;&lt;br&gt;&amp;lt;xcdg:StatCell FieldName="QtyMeasure"&amp;gt;&amp;nbsp; &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;xcdg:StatCell.ContentTemplate&amp;gt;&amp;nbsp; &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;StackPanel Orientation="Horizontal"&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;TextBlock Text="{Binding RelativeSource={RelativeSource Self}, Path=(xcdg:DataGridControl.StatContext).sum_QtyMeasure, Converter={StaticResource maskConverter}, ConverterParameter="\#,##,##,##,#0.00"}" Margin="4,0,0,0" /&amp;gt;&amp;nbsp; &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/StackPanel&amp;gt;&amp;nbsp; &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/xcdg:StatCell.ContentTemplate&amp;gt;&lt;br&gt;&amp;lt;/xcdg:StatCell &amp;gt;&lt;br&gt;&amp;lt;xcdg:StatCell FieldName="RunningCostAmtBC"&amp;gt;&amp;nbsp; &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;xcdg:StatCell.ContentTemplate&amp;gt;&amp;nbsp; &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;StackPanel Orientation="Horizontal"&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;TextBlock Text="{Binding RelativeSource={RelativeSource Self}, Path=(xcdg:DataGridControl.StatContext).sum_RunningCostAmtBC, Converter={StaticResource maskConverter}, ConverterParameter="$#,##,##,##,#0.00"}" Margin="4,0,0,0" /&amp;gt;&amp;nbsp; &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/StackPanel&amp;gt;&amp;nbsp; &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/xcdg:StatCell.ContentTemplate&amp;gt;&lt;br&gt;&amp;lt;/xcdg:StatCell &amp;gt;&lt;br&gt;&amp;lt;xcdg:StatCell FieldName="BalanceCostAmtBC"&amp;gt;&amp;nbsp; &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;xcdg:StatCell.ContentTemplate&amp;gt;&amp;nbsp; &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;StackPanel Orientation="Horizontal"&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;TextBlock Text="{Binding RelativeSource={RelativeSource Self}, Path=(xcdg:DataGridControl.StatContext).sum_BalanceCostAmtBC, Converter={StaticResource maskConverter}, ConverterParameter="$#,##,##,##,#0.00"}" Margin="4,0,0,0" /&amp;gt;&amp;nbsp; &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/StackPanel&amp;gt;&amp;nbsp; &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/xcdg:StatCell.ContentTemplate&amp;gt;&lt;br&gt;&amp;lt;/xcdg:StatCell &amp;gt;&lt;br&gt;&amp;lt;xcdg:StatCell FieldName="RunningCostAmtAC"&amp;gt;&amp;nbsp; &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;xcdg:StatCell.ContentTemplate&amp;gt;&amp;nbsp; &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;StackPanel Orientation="Horizontal"&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;TextBlock Text="{Binding RelativeSource={RelativeSource Self}, Path=(xcdg:DataGridControl.StatContext).sum_RunningCostAmtAC, Converter={StaticResource maskConverter}, ConverterParameter="\€#,###,###,###.##"}" Margin="4,0,0,0" /&amp;gt;&amp;nbsp; &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/StackPanel&amp;gt;&amp;nbsp; &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/xcdg:StatCell.ContentTemplate&amp;gt;&lt;br&gt;&amp;lt;/xcdg:StatCell &amp;gt;&lt;br&gt;&amp;lt;xcdg:StatCell FieldName="CostPerUnit"&amp;gt;&amp;nbsp; &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;xcdg:StatCell.ContentTemplate&amp;gt;&amp;nbsp; &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;StackPanel Orientation="Horizontal"&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;TextBlock Text="{Binding RelativeSource={RelativeSource Self}, Path=(xcdg:DataGridControl.StatContext).divide_CostPerUnit, Converter={StaticResource maskConverter}, ConverterParameter="\#,##,##,##,#0.00"}" Margin="4,0,0,0" /&amp;gt;&amp;nbsp; &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/StackPanel&amp;gt;&amp;nbsp; &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/xcdg:StatCell.ContentTemplate&amp;gt;&lt;br&gt;&amp;lt;/xcdg:StatCell &amp;gt;&lt;br&gt;&amp;lt;xcdg:StatCell FieldName="CataloguePriceBC"&amp;gt;&amp;nbsp; &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;xcdg:StatCell.ContentTemplate&amp;gt;&amp;nbsp; &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;StackPanel Orientation="Horizontal"&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;TextBlock Text="{Binding RelativeSource={RelativeSource Self}, Path=(xcdg:DataGridControl.StatContext).avg_CataloguePriceBC, Converter={StaticResource maskConverter}, ConverterParameter="$#,##,##,##,#0.00"}" Margin="4,0,0,0" /&amp;gt;&amp;nbsp; &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/StackPanel&amp;gt;&amp;nbsp; &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/xcdg:StatCell.ContentTemplate&amp;gt;&lt;br&gt;&amp;lt;/xcdg:StatCell &amp;gt;&lt;br&gt;&amp;lt;/xcdg:StatRow&amp;gt; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;maskConverter is the converter which i am using to convert the data of DataRow. It is working properly as you can see euro sign in DataRows.&lt;br&gt;&lt;/p&gt;</description></item><item><title>Re: StatCell, ResultConverterParameter Problem</title><link>http://xceed.com/CS/forums/thread/22729.aspx</link><pubDate>Tue, 21 Jul 2009 05:10:00 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:22729</guid><dc:creator>arya009</dc:creator><slash:comments>0</slash:comments><comments>http://xceed.com/CS/forums/thread/22729.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=35&amp;PostID=22729</wfw:commentRss><description>&lt;p&gt;I have alter it like this : &lt;/p&gt;&lt;p&gt;&amp;lt;xcdg:StatCell FieldName="RunningCostAmtAC" ResultPropertyName="sum_RunningCostAmtAC" HorizontalContentAlignment="Right" ResultConverterParameter="\€#,###,###,###.##" /&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;but still the problem remains. It is still showing ? instead of Euro sign. Font family is same i have only assigned font weight property in statrow. &lt;br&gt;&lt;/p&gt;</description></item><item><title>Re: StatCell, ResultConverterParameter Problem</title><link>http://xceed.com/CS/forums/thread/22723.aspx</link><pubDate>Mon, 20 Jul 2009 15:52:52 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:22723</guid><dc:creator>Mohamed [Xceed]</dc:creator><slash:comments>0</slash:comments><comments>http://xceed.com/CS/forums/thread/22723.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=35&amp;PostID=22723</wfw:commentRss><description>&lt;P style="MARGIN:0in 0in 10pt;" class=MsoNormal&gt;&lt;FONT size=3 face=Calibri&gt;Hi,&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN:0in 0in 10pt;" class=MsoNormal&gt;&lt;SPAN style="LINE-HEIGHT:115%;FONT-FAMILY:'Times New Roman','serif';FONT-SIZE:12pt;"&gt;You can force the use of the euro literal by setting ResultConverterParameter="\€#,###,###,###.##" &lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp;&lt;/SPAN&gt;on your RunningCostAmtAC StatCell.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN:0in 0in 10pt;" class=MsoNormal&gt;&lt;SPAN style="LINE-HEIGHT:115%;FONT-FAMILY:'Times New Roman','serif';FONT-SIZE:12pt;"&gt;Otherwise, please ensure that you are using the same FontFamily in both your StatRow and DataRow. &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN:0in 0in 10pt;" class=MsoNormal&gt;&lt;SPAN style="LINE-HEIGHT:115%;FONT-FAMILY:'Times New Roman','serif';FONT-SIZE:12pt;"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN:0in 0in 10pt;" class=MsoNormal&gt;&lt;o:p&gt;&lt;FONT size=3 face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;</description></item><item><title>StatCell, ResultConverterParameter Problem</title><link>http://xceed.com/CS/forums/thread/22717.aspx</link><pubDate>Mon, 20 Jul 2009 12:00:38 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:22717</guid><dc:creator>arya009</dc:creator><slash:comments>0</slash:comments><comments>http://xceed.com/CS/forums/thread/22717.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=35&amp;PostID=22717</wfw:commentRss><description>&lt;p&gt;I am trying to set Stat Functions at runtime which is running fine. I have only one problem, When i am passing $ or Euro Symbol it is showing $ but in case of Euro it is showing ?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This is my code which is getting generated at runtime and getting binded to stat row&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;xcdg:StatRow&amp;gt;&lt;br&gt;&amp;lt;xcdg:StatCell FieldName="Qty" ResultPropertyName="sum_Qty" HorizontalContentAlignment="Right" ResultConverterParameter="#,##,##,##,#0.00" /&amp;gt;&lt;br&gt;&amp;lt;xcdg:StatCell FieldName="QtyMeasure" ResultPropertyName="sum_QtyMeasure" HorizontalContentAlignment="Right" ResultConverterParameter="#,##,##,##,#0.00" /&amp;gt;&lt;br&gt;&amp;lt;xcdg:StatCell FieldName="RunningCostAmtBC" ResultPropertyName="sum_RunningCostAmtBC" HorizontalContentAlignment="Right" ResultConverterParameter="$#,##,##,##,#0.00" /&amp;gt;&lt;br&gt;&amp;lt;xcdg:StatCell FieldName="BalanceCostAmtBC" ResultPropertyName="sum_BalanceCostAmtBC" HorizontalContentAlignment="Right" ResultConverterParameter="$#,##,##,##,#0.00" /&amp;gt;&lt;br&gt;&amp;lt;xcdg:StatCell FieldName="RunningCostAmtAC" ResultPropertyName="sum_RunningCostAmtAC" HorizontalContentAlignment="Right" ResultConverterParameter="€#,###,###,###.##" /&amp;gt;&lt;br&gt;&amp;lt;xcdg:StatCell FieldName="CostPerUnit" ResultPropertyName="divide_CostPerUnit" HorizontalContentAlignment="Right" ResultConverterParameter="#,##,##,##,#0.00" /&amp;gt;&lt;br&gt;&amp;lt;xcdg:StatCell FieldName="CataloguePriceBC" ResultPropertyName="avg_CataloguePriceBC" HorizontalContentAlignment="Right" ResultConverterParameter="$#,##,##,##,#0.00" /&amp;gt;&lt;br&gt;&amp;lt;/xcdg:StatRow&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Here is the image of the output.&lt;/p&gt;&lt;p&gt;&lt;img src="http://img515.imageshack.us/img515/162/statcell.jpg" title="Stat Cell Problem" alt="Stat Cell Problem" width="434" height="265"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Link of the image : http://img515.imageshack.us/img515/162/statcell.jpg &lt;br&gt;&lt;/p&gt;</description></item></channel></rss>