Jqgrid currency format Jqgrid currency format jquery jquery

Jqgrid currency format


You should examine options of the currency formatter. You can define prefix, and suffix. For example you can use the following options

formatter:'currency',formatoptions: {prefix:'($', suffix:')', thousandsSeparator:','}

The demo shows in the 'Total' column the numbers in the form which you need.

enter image description here