Disable the Entire Datagrid ← Knowledge Base Use CSS to disable the entire grid, e.g. when clicking the 'edit' button. $("#TABLE_NAME").addClass('ui-state-disabled');Be sure sure to replace "TABLE_NAME" with your table name.