Good morning.by default the datagrid infragistisc displays the fields of type Decimal (X) with the symbol $.How do I render the symbol € (euro)?thanks
Hello Pranzo,
Thank you for your post. I have been looking through it and I suggest you use the following style for the xamCurrencyEditor:
<Style TargetType="{x:Type igEditors:XamCurrencyEditor}"> <Setter Property="Language" Value="de-DE"></Setter> <Style>
which is used to present Decimal fields in your xamDataGrid. By doing this you will achieve your goal.
Looking forward for your reply.
namespace that is igEditors?
thanks
Perfect. It works fine with it-IT.thanks