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
300
Problem with Grid Display value after "Format" and "MaskInput"
posted

Hi,

I'm using the following code,

                    column.Format = "0.000";
                    column.MaskInput = "n.nnn";

to make the value of  a column in ultrawingrid show/ take 3 decimal points.

The Format is working but the MaskInput is not.

The Grid shows 3 decimal place but when in edit mode it shows 5 decimal places.

Am i missing something? How to do the same?

 

Thanks and Regards,

Sandeep Chakravarthi T C

Parents
No Data
Reply
  • 69832
    Offline posted

    I could not reproduce this with a simple test. If possible please attach a simple sample that demonstrates the problem and we will let you know what's going on.

Children