Yes, there is such possibility.
Put TcxEditRepository
component next go your grid. Double click on it, you should see the empty window with "Add..." button. Click it and from the list of available components select ImageComboBox
.
Now, you need to edit Items
property of this combo.

After filling up all rows go to your view (TcxGridDBTableView
or TcxGridTableView
) and pick the column which contains integer values. This column has a property called RepositoryItem
. If you did everything correctly you should be able to select the repository item which you've created earlier (the ImageComboBox
). After selecting it, your column should immediately display month names instead of numbers.