I am using SQLFORM.grid, and if I set: db.table.field.comment = 'yadayada'
I would like 'yadayada' to appear while editing the field (to help users to understand what to put in), but not while displaying the field in view mode (because there, I can use db.table.field.represent = my_smart_representation to help users understand whatever I put in the db). Is there a way to add an argument to SQLFORM.grid, so that comments are only displayed during view? Does this make sense as a feature request? (I can also implement it, no problems, but is there a way already to do this?). Best, Luca --

