Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
80
£ sign in front of the decimal values
posted

XamDataGrid displays a £ sign in front of the decimal values

                                    <DataPresenter:FieldLayout.Fields>
                                        <DataPresenter:Field Name="Value" Label="Value">
                                            <DataPresenter:Field.Settings>
                                                <DataPresenter:FieldSettings EditAsType="{x:Type System:Int32}" />
                                            </DataPresenter:Field.Settings>
                                        </DataPresenter:Field>
                                    </DataPresenter:FieldLayout.Fields>

this is a workaround but if I change "{x:Type System:Int32}" back to "{x:Type System:Decimal}" the £ comes back???

thanks

Parents Reply Children