add currency format in janus gridex columns

489 views Asked by At

in my project, for seeing product list by using F10, a form has built in runtime and for decimal columns, it add currency name in behind of text, i don't want it. which property is it?

1

There are 1 answers

0
Phil Sayers On

Take a look at the FormatMode and FormatString properties for the grid column.

A format string of "C2" will give you currency with 2 decimal places. A format string of "N2" will give you a simple 2 digit decimal number,