I have a column the style of which is EditorStyle.Dropdown.
I am making the column ReadOnly, and overriding the OnKeyPress method. This seems to be the only way to get reliable handling of this method, and be able to process key strokes completely yourself.
However, in this case the dropdown button in the cell does not draw.
Is there a way to force it to draw as usual?