or
var dataSource = $("#grid").data("kendoGrid").dataSource.data(); $.each(dataSource, function(i, dataRow) { dataRow.set("SomeBooleanColumn", true); });var categories = [{ "value": 1, "text": "Beverages" },{ "value": 2, "text": "Condiments" },{