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 Dato-on wrote:
>
> Hello!
>
> When I pass the 'ignore_rw=True' to SQLFORM.grid(), not all the fields are 
> displayed in the grid. The fields that are set to 'readable=False' are not 
> displayed in the grid.
>
> Is this the correct behavior? If so, how can I modify it?
>
> Thanks!
>

Reply via email to