When the record count in jqGrid exceeds 1000, there is a visible space between the hundreds and thousands digits. See image below (taken from the jqGrid demo page)
alt text http://img180.imageshack.us/img180/3066/jqgridspace.png
Is there a way to remove this space, or replace it with with a standard thousands separator (comma or other)?
You can change the pre-defined formatter options. Here is a link:
EDIT:
Thought I’d give credit to Oleg and paste his comment below wherein he actually does the work to give the code from the documentation:
Thanks, Oleg!