If we are putting a value with 13 digits + upto 4 decimal places for a float field nd moving out of field it automatically round it upto 3 decimals
eg.1234567891234.3278 truncated to 1234567891234.328 on focus out
*upto 12 digits+4 decimal .it is working fine.
for 15 digits + 4decimal 123456789123456.2358---->
123456789123456.23 it is even not rounding off but truncating the decimal precision
I am not founding any other data type for listgrid field also .
I need 16digits+upto4 decimal places
please suggest a solution thanx in adv.
eg.1234567891234.3278 truncated to 1234567891234.328 on focus out
*upto 12 digits+4 decimal .it is working fine.
for 15 digits + 4decimal 123456789123456.2358---->
123456789123456.23 it is even not rounding off but truncating the decimal precision
I am not founding any other data type for listgrid field also .
I need 16digits+upto4 decimal places
please suggest a solution thanx in adv.
Comment