I don't think that is supported. You can instead use server-side DOM manipulation <http://web2py.com/books/default/chapter/29/05/the-views#Server-side-DOM-and-parsing> to remove the unwanted DOM elements after the grid is created (or hide them via Javascript).
Anthony On Wednesday, June 14, 2017 at 12:48:06 AM UTC-4, T.R.Rajkumar wrote: > > In grid we have this in book. links_in_grid if set to False, links will > only be displayed in the "details" and "edit" page (so, not on the main > grid). > > I want the reverse, the links to be displayed in the main grid and not in > the edit or details page. And that too in the parent gird only, not in the > children grid. Thank you in advance for the help. > > > > -- 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.

