How do i remove/change the prompt char for UltraNumericEditor? I assigned the UltraNumericEditor to one of the numeric column in UltraWinGrid. When the cell is in edit mode, it prompts user using the default char '_'. How to change the char to space, or remove it?
I tried to change it to space using .PromptChar property, but it didn't work.
Thanks.
Zongwen
Hi Zongwen,
The PromptChar property is the right way to do it. Are you setting this property before you assign the Editor to the grid? If so, and it still doesn't work, then something is wrong and you should Submit an incident to Infragistics Developer Support
Frank
Thanks Frank!!!
It has puzzling me for a while. Now it works fine using your method.
Regards,