On Sat, 26 Jan 2013 13:05:50 -0800 (PST), niph...@gmail.com said:

> grid takes formargs={}, createargs={}, editargs={}

Thanks. I'm sorry if I'm being a bit slow here, but I *still* can't get
what I want to work. I've tried:

--------------------------------------------------------------------------------
   grid = SQLFORM.grid(...,editargs={'onvalidation':x},..)

def x(form):
    #dbg.set_trace()
    print "in x"
--------------------------------------------------------------------------------

...but x is never called when editing items on the grid.

What am I missing?

Thanks.

-- 



Reply via email to