Hi, what I did to hide unwanted fields in the gride was to pass a false to the readable property of the field like so:
db.mytable.myfield_to_hide.readable=false As for the grid, does it come with add, edit and delete functionality, what hv seen is only the view details button. I will post my code a little while so that you guys can dissect it, Teddy On Nov 15, 2012 10:10 PM, "Niphlod" <[email protected]> wrote: > I meant.... if you don't want to show the id > step1: there's the "fields" parameter that you can pass to the grid: the > id is not shown on the main grid > step 2: Don't show it in the edit form. easy-peasy: editargs={'showid' : > False} > > ..... but the "number" of the id will be shown no matter what, e.g. in the > URL bar when you modify the record, in the tr id= and so on.... > > -- > > > > --

