[web2py] Re: jqGrid plugin + ajax search and pagination + ui themes

2010-03-23 Thread Yarko Tymciurak
This _is_ nice; looking at source of some of the examples, I see stuff that looks like webpy templating in setup, so the challenge will be to keep it clear which parts are client-dynamic, and which parts should be served by the server (i.e. static within a view)... I want to play with this one! ;

[web2py] Re: jqGrid plugin + ajax search and pagination + ui themes

2010-03-23 Thread mdipierro
nice On Mar 23, 12:09 pm, dspiteself wrote: > I have been using another jquery grid. look at how custimizable the > formatters and editors are. Would anyone be interested in us making a > web2py plugin for it? If so what type of api should be supported. My > current version does ajax add edit and

[web2py] Re: jqGrid plugin + ajax search and pagination + ui themes

2010-03-23 Thread dspiteself
I have been using another jquery grid. look at how custimizable the formatters and editors are. Would anyone be interested in us making a web2py plugin for it? If so what type of api should be supported. My current version does ajax add edit and load from a specific web2py model, but I could gener