Ticket Q368793
Visible to All Users

ASPxGridView - How to change a currency format string

created 13 years ago

We have a Grid that we want to format decimal columns.
in the specified example, we can do decimal values with "TL".
but we want not to see "TL". How can we do ?
for example : we want to see 123,22 instead of 123,22TL . we should remove "TL".
thanks in advance…

Comments (1)
DevExpress Support Team 13 years ago

    Hello İsmail Hakkı,
    It seems that you are using the "C" DisplayFormatString. If so, I should say that this is a language dependent property, and you cannot change its format (MSDN - Standard Numeric Format Strings).
    As a possible solution, use custom numeric format strings, as it is described in this MSDN article: Custom Numeric Format Strings.
    Thanks,
    Marion

    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.