Is there a reason that you want to format on the grid?

 because you can do it in field.represent:

db.yourtable.yourfield = lambda value, row: '$ %.2f' % (0.0 if value == None
else value)


On Wed, Sep 28, 2011 at 4:48 PM, Omi Chiba <ochib...@gmail.com> wrote:

> Can we format 500.00 to $500.00 on smartgrid ?




-- 
Massimiliano

Reply via email to