Hi – I am not sure I am posting this in the right section. I have successfully implemented a jqGrid that allows the user to edit certain values, one row at a time. For instance in a column called ‘Assigned to’ the user can select one of three names (Joe, Bob, Sue) and then it saves directly to the database after that and reloads the grid so the user can see their changes immediately.
I know via implementing the multiselect feature the user can select multiple rows. What I am looking to do if possible is enable multiselect then have the user’s edits done via the edit form apply to all the selected rows. So in my above example I could select 5 rows, open the edit form, and set Assigned To = Sue instead of having to edit each of the rows individually. My idea would be the edit form would still open/submit as normal, but instead of passing one row ID to the server, it would pass a set of IDs. Is this possible? If so, does anyone have any examples of this working?
Thanks in advance!Â
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top