SMART datagrid v.1 > Classes > DisplayOptions
If it is true, the data rows of which state is DELETED, CREATE_AND_DELETED will not be displayed in grid.
Defaults to false.
grid.setOptions({
display: {
hideDeletedRows: true
}
});
grid.setDisplayOptions({
hideDeletedRows: true
});
grid.displayOptions().setHideDeletedRows(false);