How can I check if a Kendo Grid has changes? I heard that there is a dirty property, but I cant find it.
dirty
You can use the 'hasChanges' method on the Grid's underlying DataSource:
grid.dataSource.hasChanges(); $('#divGrid').data('kendoGrid').dataSource.hasChanges();