dataType in grid is set to float.
Types assigned in Excel.
Number - These values have wrong format, ex: 64,86.
Text - These values are correct, ex: 50.00.
I noticed that all values that ends with 0 works fine, ex 154.80
If the datatype in DB is float. Grid receives a float value (not a string) and it seems to work. But I want to use decimal datatype in DB.