Eban Software has a pretty nice web2py plugin with out-of-the-box
inline editing configured.

http://app.ebansoftware.net/editable_jqgrid/default/index

Install plugin and use with

# Controller
def show_grid():
    return
dict(jqgrid=plugin_editable_jqgrid(db.shout,grid_name='test',db_name='db')

# View
{{extend 'layout.html'}}
{{=jjqgrid}}


There is also an jqgrid plugin on web2py plugins which you can pretty
easily mod for add, delete, edit if you dare venture that way.

http://www.web2py.com/plugins/default/jqgrid



On Jun 7, 9:39 pm, Tomy <tomyblac...@googlemail.com> wrote:
> can someone give an complate examples of jqGrid (with add, delete,
> edit  function) ?
> I write a project, so I absolutely need. I can not continue
>
> thanks & regards
>
> Tomy

Reply via email to