[web2py] Re: SmartGrid Add Mode to Call a Function

2013-04-04 Thread Anthony
Another option is to use the DAL callbacks: http://web2py.com/books/default/chapter/29/06#before-and-after-callbacks Anthony On Thursday, April 4, 2013 9:21:14 AM UTC-4, Niphlod wrote: > > the grid exposes several callbacks that you can use to "attach" your own > counters .oncreate, onupdat

[web2py] Re: SmartGrid Add Mode to Call a Function

2013-04-04 Thread Niphlod
the grid exposes several callbacks that you can use to "attach" your own counters .oncreate, onupdate and ondelete On Thursday, April 4, 2013 4:55:49 AM UTC+2, Dan Kozlowski wrote: > > I have a smartgird that is being used for adds, updates, and deletes and > wondering how I can call a funct