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