Problem in displaying numbers in Flex AdvancedDataGrid
        Posted  
        
            by user211607
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user211607
        
        
        
        Published on 2010-06-17T01:15:40Z
        Indexed on 
            2010/06/17
            1:22 UTC
        
        
        Read the original article
        Hit count: 392
        
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
© Stack Overflow or respective owner