var grid = $("#grid").data("kendoGrid"); var selected = []; grid.select().each(function(){ selected.push(grid.dataItem(this)); });