This is a migrated thread and some comments may be shown as answers.

European Numeric Format

1 Answer 64 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Dennis
Top achievements
Rank 1
Dennis asked on 06 Feb 2016, 07:33 AM

I've been trying to get my numeric values to be displayed in the following format:   14.000.000,99 instead of 14,000,000.99.

I have not been able to figure this out for the life of me.  I've tried many different methods of masks and column types, but the solution is evading me.

 Any help would be appreciated.

 

Dennis

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 11 Feb 2016, 06:41 AM
Hello Dennis,

Are you using an European culture for your page?
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="RadGridDropDownKareem.aspx.cs" Inherits="RadGridDropDownKareem" Culture="de-DE" %>

If yes, you can simply use:
<telerik:GridNumericColumn ... DataFormatString="{0:N2}">

Regards,
Eyup
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Grid
Asked by
Dennis
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or