Have you read the Custom Forms section of the book?

http://web2py.com/books/default/chapter/29/07/forms-and-validators#Custom-forms

-Jim

On Monday, August 26, 2013 5:50:28 PM UTC-5, Tobi G wrote:
>
> Hello!
>
> I like smartgrid, because you can create working prototypes very quickly, 
> but I don't understand
> how to change individual aspects of the smartgrid, esspecially the "add" 
> form.
> I'd like the add/edit form to contain a jquery grid, but the rest of the 
> form should stay the same.
> I guess I could reimplement everything that smartgrid does and have the 
> form be exactly
> how I need it, but I'd much prefer to only modify the parts of smartgrid 
> that aren't exactly how I need them.
> I have a table "bill" that is supposed to contain many references to 
> another table "bill_item",
> each bill_item (cosisting of category, name, amount) can only be linked to 
> exactly one bill and instead
> of creating bill_items in a separate smartgrid or form just for bill_items 
> I want to create/edit them
> together with the actual bill, for obvious usability reasons. I'm 
> intending to use a jquery grid for editing the bill_items.
>
> Hope you understand what I'm going to do and can give me some helpful 
> hints or suggestions.
>
> Many Greetings
>

-- 

--- 
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