Hi,   Something like this:   CustomCSS: .custom-grid .x-grid-row-selected .x-grid-cell-first {     background-image: url(/files/bullet.png);     background-repeat: no-repeat; } function beforeInit: function beforeInit(sender, config) {     config.cls = 'custom-grid'; } Best regards,