I have an mvc gridview, using ASP.NET MVC3 w/razor syntax, that is bound to my Model with the following option included: s.CommandColumn.Visible = true; s.CommandColumn.ShowSelectCheckbox = true; The selection is not bounded to my data source, but I would like to pass the selected rows or KeyField values...