Overwriting ComboBox CellRenderer?

I’ve successfully overwritten the cellrenderer for my DataGrids, but the same changes don’t work when I apply them to a combobox.

Is there something special that needs to be done to the cellrenderer for it to apply to a combobox? It seems like a lot of people are having this problem.