jQuery UI Widgets Forums General Discussions jqxNumberInput Question

This topic contains 1 reply, has 2 voices, and was last updated by  Hristo 7 years, 6 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • jqxNumberInput Question #94666

    ChaseRLewis73003
    Participant

    I’m using the jqxNumberInput in my grid, but i’m running into an issue that I don’t see a way around which seems pretty odd. I want the user to be able to put in ANY number. I want it to just show the number of significant figures it has so 2.14 should show up as 2.14 not 2.1400000000 and 1.23123123213 should show up as 1.23123123213

    I can’t seem to get the jqxNumberInput to do that … It wants a fixed set of decimalDigits than appends a bunch of zero’s and makes it look bad. I am mainly trying to use it for the validation it provides in the grid for numeric inputs.

    jqxNumberInput Question #94824

    Hristo
    Participant

    Hello ChaseRLewis73003,

    Yes, it is possible (and good) option to use jqxGrid with just one cell (which is NumberInput).
    I would like to suggest you as an alternative the jqxInput and with change event you could get set value and could change it in the desired way.

    Best Regards,
    Hristo Hristov

    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.