Am 26.04.2013 18:10, schrieb Jose Soares:
if I use a controller returning a template as in:

         return dict(
             form = FindForm(),
             grid = SelectablePageDataGrid()
             grid_params=session.query(myMapper)
            )

then the accesses are to much.

This sounds like the SelectablePageDataGrid might make unnecessary checks for every row.

-- Chris

--
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/turbogears?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to