1. listeners:{   
  2.     rowclick : function(grid, rowIndex, e){ 
  3. if(rowIndex!=0){ 
  4.             openEmail(rowIndex); 
  5.         } 
  6.     } 
  7. }