I have set a currency editor control as the editor control for a column in a grid. I have set the PromptChar property on the editor to an empty string, but I still see an underscore character when I click into the grid cell. Does anybody have an idea what I need to do to get rid of the prompt character? I have no problems getting rid of the prompt character in a stand-alone currency editor control.
UltraGridColumn exposes its own PromptChar property, which overrides the one provided by the EditorControl. Set the property on the column instead.