SMART datagrid v.1 > Classes > GridBase
If specify as true, the grid will entirely become non-editable state regardless of other settings.
You cannot display the editor in all data cells or update cell value like pasting, etc. It can be used when you should provide the grid view which can be checked only.
$('#btnReadOnly').click(function () {
grid.setReadMode(true);
});