I have an application with a parent-child data model where I think sqlform.grid 
will be a frustrating user interface approach due the number of interactions to 
edit multiple rows. I'm a former perl programmer, and still lazy. I was 
wondering about generating an SQLFORM for each row. There may be up to 20 rows, 
more or less. I think formatting the sqlforms to be horizontal won't be too 
hard. 
I also guess there is something in the request object which indicates which 
form was submitted. 

Alternatives are I guess denormalising and dynamically creating a 
sqlform.factory form, or using an Ajax/js approach which seems like a lot of 
work. 

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to