Select to view content in your preferred language

Formatting a number in the AttributeInspector

575
0
03-24-2011 05:40 AM
JamesGonsoski
Occasional Contributor
I'm using esri.dijit.AttributeInspector to display an infoWindow of attributes for a feature. One of the attribute field's is defined as DOUBLE and gets the default number treatment when displayed using the AttributeInspector. The attribute field has values that are big integers (Example: 4957683920) and the formatting displays them with commas (4,957,683,920). Since this is an ID number, I'd rather the numbers display with no formatting at all.

Anyone discover a way to override the default formatting of number fields in the AttributeInspector dijit?
0 Kudos
0 Replies