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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

