Hi,
I am able to display any data (numbers) in Flex AdvancedDataGrid except data with
- lot of digits after decimal places (0.000000000029103830456733704) or
- exponential numbers (293E-17).
Grid is displaying -17 instead of 293E-17.
Is it happening because of any limit to displaying data range in grid? If yes, what is the limit?
Thanks in advance ... Atul