Xceed Grid for .NET uses the built-in formatting of the .NET Framework. “d” is for Decimal and, according to Microsoft documentation (you can search for “standard numeric format strings”), it only supports integral types. That’s why you cannot apply it to a “double” data type.
Imported from legacy forums. Posted by Xceed admin (had 616 views)