I don't following you..
On Thu, Nov 11, 2010 at 9:44 AM, andrej burja <[email protected]>wrote: > i'm using WebGrid for Web2py > > making a filed not readable (and writable) doesn't show them in edit > or view > but in grid, the fields are shown > Is grid and WebGrid the samething?? This issue have been fix in 1.88.2. You can use .readable=False with crud.select(TABLENAME) Before bug fix it was not working. Richard > i know i can hide them by defining fields > > is this problem connected to that bug? > > On 22 okt., 15:07, Richard Vézina <[email protected]> wrote: > > ;-) > > > > Thank you! > > > > Richard > > > > On Fri, Oct 22, 2010 at 12:51 AM, mdipierro <[email protected]> > wrote: > > > It is a major bug. Fixed in trunk. > > > > > On Oct 21, 9:22 am, Richard Vézina <[email protected]> > > > wrote: > > > > Hello, > > > > > > I attach a demo app. > > > > > >http://127.0.0.1:8000/testapp/default/selection > > > > > > You can see all the columns although that sample_id is set to > > > > readable=False. > > > > > > Do I did something wrong? > > > > > > Richard > > > > > > web2py.app.testapp (1).w2p > > > > 104KViewDownload > > > > >

