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
165
Binding UltraCurrencyEditor
posted

I posted similar question below (blank date).

 If I bind a text box (AKA UltraTextEditor) to a column in a table, changing its text works fine.  However, if I bind UltraCurrencyEditor to a decimal value in a table (as control.DataBindings.Add(New System.Windows.Forms.Binding("Value", ds, "...", True)), I can change the numeric value but I cannot move to another control.

 Could somebody help me with that problem please?  I cannot understand why UltraCurrencyEditor does not behave the same way as UltraTextEditor ...

Thank you,

Parents
No Data
Reply
  • 69832
    Offline posted

    My first guess would be that the current value does not satisfy the input mask requirements. UltraTextEditor has no such restrictions.

Children
No Data