Referred from John’s cookbook sample app.
- Interactive GRID Attributes
- Advanced
- JavaScript Initialization Code
function(config) {
config.reportSettingsArea = false;
apex.util.getNestedObject(config, "views.grid.features").highlight = false;
return config;
}