Select to view content in your preferred language

How to control decimals in eSearch widget's datagrid?

1774
10
Jump to solution
07-16-2014 09:35 AM
LeiZhou
Deactivated User

I want to keep 2 decimals for a variable in eSearch widget.  Can I use numberformat to control decimals? The following code only keep integer.  Thanks!

<field name="minor" alias="Percent Minority" numberformat="0|,|." gridfield="true"/>

0 Kudos
10 Replies
LeiZhou
Deactivated User

Thanks a lot!