Wow ! This is what I want. Thanks !!
On Sep 28, 9:53 am, Massimiliano <[email protected]> wrote: > 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 <[email protected]> wrote: > > Can we format 500.00 to $500.00 on smartgrid ? > > -- > Massimiliano

