Ext.onReady(function() {
    Ext.select('tr:odd').setStyle({'background-color': '#f8f8f8'});
});
