Ticket T474877
Visible to All Users

currency symbols not change in grid control in wpf mvvm

created 8 years ago

Hello ,
                    in my application   i am using grid control

<dxg:GridColumn.EditSettings>
                                        <dxe:TextEditSettings DisplayFormat="c" />
                                    </dxg:GridColumn.EditSettings>
in this grid  currency symbols is change but same other grid it is not working

<dxe:TextEdit Text="{Binding RemainingAmmount,Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}" MaskType="Numeric" Mask="c" MaskUseAsDisplayFormat="True" HorizontalAlignment="Right" FontWeight="Bold" ShowBorder="False" IsReadOnly="True"  >

please check my code

Comments (1)
SK SK
Suvarna Kulkarni 1 8 years ago

    also add video   please check it what's  wrong in code tell me it is urgent   please provide me demo code

    Answers approved by DevExpress Support

    created 8 years ago

    Hi Suvarna,

    To resolve this issue, bind the EditValue property instead of Text and set the MaskCulture property to a culture that provides the required currency symbol.

    Regards,
    Alex

      Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

      Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.