[web2py] Re: jqgrid widget with no table source

2011-08-05 Thread Jim Karsten
xenebros, I updated the jqgrid application avaliable on the web2pyslice page to include a demo for accessing data from a webservice. Demos are found in the default.py controller. Cheers, Jim

[web2py] Re: jqgrid widget with no table source

2011-08-03 Thread Jim Karsten
I am working on a jqgrid module. There is a chance it can work for what you are trying to do. The module is designed around web2py tables but the JqGrid class can be subclassed and the data method, the method used to access the data for the jqgrid rows can be overridden with whatever you like. A

[web2py] Re: jqgrid widget with no table source

2011-08-01 Thread xenebros
Thank you very much, Bruno, I already knew PowerGrid, however jQgrid is a project requirement, so... Regards. On 28 jul, 15:37, Bruno Rocha wrote: > I dont know about jQgrid, but in PowerGrid[1] you can pass any callback > function which returns JSON. > > http://labs.blouweb.com/PowerGrid > > On