you'd have to resort to create a two-column layout and insert the two grids on different columns.
using the scaffolding app, something like this should suffice <div class="row"> <div class="col-md-6">column #1</div> <div class="col-md-6">column #2</div> </div> On Monday, January 4, 2016 at 9:48:26 AM UTC+1, Anthony Smith wrote: > > Hi all, > > Hope you have all had a wonderful start to the New Year. > > What is the best way to have a form and gird to appear side side on the > same page. > > I am totally lost. > > Thanks everyone > > Anthony > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- 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/d/optout.

