btw - trying to wade thru these doesn't seem to point to anything (and just makes my head hurt!):
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:navigator&s[]=navigator http://www.trirand.com/jqgridwiki/doku.php?id=wiki:common_rules http://www.trirand.com/jqgridwiki/doku.php?id=wiki:form_editing&s[]=ajax On May 29, 12:16 pm, Yarko Tymciurak <[email protected]> wrote: > I admit it - I'm a jQuery novice; no, worse: a javascript ninny: I > have not been able (yet) to make sense of how things work, what the > underlying structure is, so that I can "know" what I need to do (even > before I think about "all the ways" I can do something). > > So - I wanted to use a few jquery components on the same page. > > I have not gotten past even the first one - maybe I'm missing > something fundamental, simple; > Maybe I haven't learened the ritual dance necessary - I don't know. > I do know I need some help breaking through this. > > Here's the deal: > > http://www.trirand.com/jqgridwiki/doku.php?id=wiki:navigator&s[]=navigator > > Is what I want to implement. > > Getting a table to show in the grid - not too tough. > Configuring so that "edit" (at least - let's not worry about create / > delete yet!) --- I managed to stumble through. > > Getting "the right thing to happen" when "Submit" is clicked on the > form - that's another story. > > Anybody able to help? > > The controller is fairly easy (template is just a table name): > > def jqindex(): > # let's try this: > grid = plugin_jqgrid(db.template) > return dict( grid=grid); > > then, in models/plugin_jqgrid, I changed > > < add:false, > < edit:false, > < del:false > --- > > > add: true, > > edit:true, > > del:true, > > So far, so good --- but the 3 or 4 things I've tried to get this to > connect to a controller action on clickSubmit...., > > no joy, no connection... > > Can anybody point the right path / incantation / way to think of this? > > Thanks. > > - Yarko

