Re: [web2py] Re: multiple grids per one page

2019-01-01 Thread Eliezer (Vlad) Tseytkin
got it, I was lucky enough to use them in display-only mode - thank you! On Tue, Jan 1, 2019 at 11:35 AM Anthony wrote: > Multiple grids will display, but because each grid uses request.args and > request.get_vars for its internal functionality (sort, search, add, view, > edit, delete), those fu

Re: [web2py] Re: multiple grids per one page

2019-01-01 Thread Anthony
Multiple grids will display, but because each grid uses request.args and request.get_vars for its internal functionality (sort, search, add, view, edit, delete), those functions will not work as expected, as a link clicked from one grid will control all grids on the page. Anthony On Monday, De

Re: [web2py] Re: multiple grids per one page

2018-12-31 Thread Eliezer (Vlad) Tseytkin
originally I saw it elsewhere, but have just located it in the book: Multiple grids per controller function Because of the way grid works one can only have one grid per controller function, unless they are embedded as components via LOAD. To make the default search grid work in more than one LOAD

[web2py] Re: multiple grids per one page

2018-12-31 Thread jonathan . clark
Where is that warning? I also have multiple grids per page which work well. -- 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 bec