SMART datagrid v.1 > Classes > GridBase
If it is applied the filter to one or more columns, it will return true.
function checkFilter() {
if (!grid.filtered()) {
var col = grid.columnByName('country');
col.activateAllFilters(true);
}
}