I’ve got GridView with CheckboxColumns and I want to forward the selected rows to certain controller.
Here’s how the controller is currently being triggered:
Html::a('<span class="glyphicon glyphicon-chevron-up "', ['moveup', 'id' => $model->orderid, 'page' => $currentPage]);
How do I get/set the selected rows to e.g. to moveup action?