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
1284
Round off the Cell value after typing
posted

Hi

    I am using Ultraweb Grid. I want to round off the values in a column to the nearest integer.

for example. If the user types 3.8 , It should become 4

If they type 3.2, It should become 3

I want to change the cell value to the nearest integer when the user types the value and goes

 to another cell.

Is it possible to do this in Script without postback?

Thanks
Ashok