Bob Schellink <sabob1 <at> gmail.com> writes: > > Isn't jqgrid overkill for this? Use jQuery on its own to select the checkboxes in the column. Google > brings up a number of suggestions including this: > > http://beckelman.net/post/2008/11/18/Select-All-CheckBoxes-in-a-Table-Column-With-and-Without-jQuery-Plugin-Demo.aspx > > On 6/07/2010 18:15, easydoor wrote: > > So i need your help, Should i use dataprovider ? Should i use the > > nullifyRowListOnDestroy method ? The onProcess function ? > > I think you are stabbing in the dark as these concepts are unrelated. I suggest you read the Click > documentation to understand how it works, it will make your development experience easier. > > Bob
Hi Bob, I integrated your Google suggestion, it works fine BUT it doesn't solve my problem, because this Jquery plugin works on the client side and I want to process the selected values on server side. I read the Click documentation several times and i don't find deep explanations on table and tableForm to solve my problem. Could you point me to a solution ? Thanks
