I've looked everywhere and I cannot find how to get the list of selected rows on a server-side grid through the controller.
I'd like to select a few rows, then press a submit button on a form, which then posts to the controller.
How would I achieve getting the selected rows via the controller?
Thanks