Skip to content

Disable the Entire Datagrid

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. 

Feedback and Knowledge Base