gd.decimalSeparator

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