$field->FormatString = "<span style='text-align:right;display:block;'>{n}</span>";
It does the job; all values are right-aligned, except zero'es or NULL values that appear as left-aligned dash "-" in the grid. Is there a better way to provide right aligned values?
Thanks.