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?
ThanksAshok
Hi Ashok,
You can use the client side event BeforeExitEditModeHandler on the Grid and add your logic there for rounding the values to the nearest column.
Magued