Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
4133
Prompt Character In Grid
posted

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.

Parents
No Data
Reply
  • 69832
    Verified Answer
    Offline posted

    UltraGridColumn exposes its own PromptChar property, which overrides the one provided by the EditorControl. Set the property on the column instead.

Children
No Data