Hello,
I have created a grid with a checkbox column, as in the example
(Grid Plugins - grid 4) - the CheckboxModel has selectionchange
listener.
How do send all of the selected records to the server in 1 ajax,
json request? Is there an example?
With one record I could do record.save()...
I shall create a json writer and an ajax proxy on the model/store.
Thank you,
bryan