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
70
Cell Formatting Behavior
posted

I have created an UltraGrid control that allows users to enter and decimal values.  When the decimal values are in edit mode they show as decimal, but when the user leaves, they show as currency.

The problem that I am experiencing is that after I edit one cell, when I go to the other in edit mode, the decimal value is displayed for one second and then it reverts to the currency format, without leaving the cell and still in edit mode.

I would like to know what can I do about this problem.

Parents
No Data
Reply
  • 53790
    posted

    Hi,

    I suggest you to use the "Format" property of each column. For example if you want  to set  your coulmn in decimal format, you could set  property "Format = D", if you want the column to be in currency format , then set "Format = C".

    Regards

    georgi

Children
No Data