How to always show numbers as decimals?

I have a current registration for TMS Component Pack. I am using C++Builder XE4 VCL win32 plantform. I am using ASG 7.4.1.1

I have a number displayed in an ASG cell that shows as scientific notation 1E-6.  I need the numbers to always be decimals because I am dealing with FOREX financial data. How can I force the use of decimals?   

Thanks

Who was this value entered in the grid in the first place?

TAdvStringGrid itself has no built-in option to convert 1E-6 to 0.000001, so you'd need to make sure the value is entered as: 0.000001