I need to change the background color of icon inside extjs grid action column on clicking that icon.
handler: function(grid, rowIndex, colIndex) {
//Need to change the background color of the delete icon
}
http://jsfiddle.net/mohansee/6afxy/2/