links are not working On Tuesday, 8 June 2010 06:06:42 UTC+5:30, JayLotz wrote: > > Sorry, I have not used the plug-in with inline editing. > > > > On 06/07/2010 11:53 PM, Tomy wrote: > > Thanks Jason. I have already this plug-in(inline edit) used, but > validation(for Date and Time) is not working well. Do you have already > used this plug-in or do you have a solution for validation? > > > > On 7 Jun., 16:33, Jason Lotz <[email protected]> wrote: > > > 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 <[email protected]> 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 > > >
-- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

