No. That's not how it should be. user_signature = True is default. It means you MUST be logged in to enable db write access. In your case [add] and [edit] do not appear because you are not logged in the app.
If you set user_signature = False, you allow write access to DB from everybody. Very dangerous. Should never be done. massimo On Sunday, 30 September 2012 04:35:50 UTC-5, lyn2py wrote: > > actually, I didn't set anything for user_signature, which defaults to > False, right? > > Anyway, I tried user_signature=False, and the ADD button appears. :) > Thanks Massimo. :) > > On Sunday, September 30, 2012 11:34:59 AM UTC+8, Massimo Di Pierro wrote: >> >> Did you set user_signature=False? >> >> On Saturday, 29 September 2012 21:24:56 UTC-5, lyn2py wrote: >>> >>> Hi guys, I just noticed that if the grid is empty, there is no ADD >>> button, even when I explicitly used create=True. Is this the expected >>> behavior? >>> >>> I have lots of empty grids for users to input, and need a ADD button on >>> the grid for that. Is there a way to add such a button? >>> >>> Thanks guys! >>> >> --

