jQWidgets Forums

jQuery UI Widgets Forums Grid Support for very large numbers?

Tagged: 

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 12 years, 2 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Support for very large numbers? #18064

    Michael Arrastia
    Participant

    Hi,

    JavaScript has natural range limitations on numbers. This means that values that exceed a certain range (e.g. over 16 digits) can loose precision and appear modified in the grid. For example, 111111111111111199 becomes 111111111111111200.

    There are JavaScript libraries that address this kind of loss of precision and was wondering if jqxGrid can support very large numbers? If not, are there any plans to add this support?

    Thank you,

    Michael

    Support for very large numbers? #18067

    Peter Stoev
    Keymaster

    Hi Michael,

    For formatting numbers in jqxGrid, you may use its cellsformat property.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.