I'm trying to set up a combobox column in a grid. The column is bound to a numeric column. I want it to display text at all times, however. What's happening is that the combo box will display my text correctly when dropped down, but when I leave the cell, it reverts back to displaying the number. I suspect this is because I don't know how to use the CellEditorManager vs CellViewerManager. I tried playing with different settings, but just got more lost.
One other annoyance is that when the combo box is dropped down and displaying my text values, it also displays the bound number unexpectedly off to the right. I don't want this. I want to see text only. I thought this was controlled by the DisplayFormat property, which I've set to %Name%. Still it displays the text and the number.