On Aug 15, 3:32 am, Kenneth <kenneth.t.lundst...@gmail.com> wrote: > Hello, > > is there somebody out there that knows and maybe have examples on how > to use checkboxes with jqGrid? > > I would like to have one checkbox per row and when pressing Submit it > would do some action on selected rows. > > Is it possible to have three submit buttons that preforms different > actions on selected rows? > > Kenneth
Have you seen this http://www.trirand.com/jqgridwiki/doku.php?id=wiki:common_rules and this http://www.trirand.com/blog/jqgrid/jqgrid.html under row editing, input types You need put the effort into getting skilled up using jqGrid. I use web2py with jqGrid nearly every day for internal administration. They work well together. Python and web2py gluon.serializers.json that uses the simplejson contrib makes using jqGrid in web2py very convenient. John Heenan