[web2py] Re: SQLFORM.grid ignore_rw option

2011-12-29 Thread Dariel Dato-on
OK. Thanks for the reply! I guess I can set readable=True in my controller for the functions I need.

[web2py] Re: SQLFORM.grid ignore_rw option

2011-12-28 Thread Anthony
I believe the 'ignore_rw' argument to .grid() applies only to the create/view/edit forms (as with SQLFORM), not the grid. To get a field to appear in the grid, you probably have to explicitly set its 'readable' attribute to True. Anthony On Wednesday, December 28, 2011 2:53:57 AM UTC-5, Dariel