Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Use this to specify the default decimal separator for any grid column of type 'number'

Class

grid

Property

gd.decimalSeparator

Formal specification

gd.decimalSeparator=<symbol>

Required

no

Default

,

Version

1.20

Comment

  • the value of this property will be used as a decimal separator symbol for all number columns of the grid by default
  • you can override this default value for individual column with the col.xyz.formatnumber.decimalSeparator property

Example

gd.decimalSeparator = .

Reference

  • No labels