Author Topic: Column format for allowing negative value  (Read 1493 times)

francis6425

  • Pro Deluxe
  • Newbie
  • *
  • Posts: 12
    • View Profile
Column format for allowing negative value
« on: March 01, 2018, 06:18:28 pm »
Sorry, please delete this post. Found out the problem is not related to paramquery.

Hi,

May I know how can I specify the column format to allow entering both positive or negative value ?

var colM = [
    { dataIndx: 'amount', dataType: "float", format: "###,###.00" }
];

Regards,
Francis
« Last Edit: March 01, 2018, 06:29:36 pm by francis6425 »