Skip to content

Infragistics Community Forum / Web / Ignite UI for jQuery / Prevent Negative Numbers in a numeric textbox

Prevent Negative Numbers in a numeric textbox

New Discussion
Guru Srini
Guru Srini asked on May 17, 2018 5:53 AM

Hi,

I have an igGrid with edit mode dialog. On it, I have a textbox which accepts only numbers. I’m trying to prevent negative numbers from being entered in this field. I tried the below:

settings.ColumnSetting().ColumnKey("test").DefaultValue(0).Required(true).NumericEditorOptions(opt=> {

opt.ValidatorOptions(vopt =>
{
 vopt.ValueRange(0);
});

});

 

When i run with above and after I enter a correct value, as soon as textbox loses focus, I get an error on infragistics.lob.js.

Unable to get property ‘toString’ of undefined or null reference

Please help.

Regards,

Guru

Sign In to post a reply

Replies

  • 0
    Vasya Kacheshmarova
    Vasya Kacheshmarova answered on May 15, 2018 10:37 AM

    Hello Guru,

    Thank you for posting in our community.

    I crated a small sample where I set the valueRange option of numeric editor. On my side everything worked as expected and when a value less than 0 is entered and the editor looses focus validation message appears. Once the value, within the range, is entered the cell value is correctly set without any exception thrown. For my sample I am using latest 18.1 version which is 18.1.152. I tested this under Chrome, Firefox and Edge browser.

    Looking forward to hearing from you.

    • 0
      Guru Srini
      Guru Srini answered on May 17, 2018 3:18 AM

      Thanks Vasya:) I removed the validator and added the below option. Seems to work.

      opt.DataMode(NumbericEditorDataMode.UInt);

      Regards,

      Guru

      • 0
        Vasya Kacheshmarova
        Vasya Kacheshmarova answered on May 17, 2018 5:53 AM

        Hello Guru,

        I am glad that you managed to achieve your requirement.

        Thank you for using Infragistics components.

  • You must be logged in to reply to this topic.
Discussion created by
Favorites
Replies
Created On
Last Post
Discussion created by
Guru Srini
Favorites
0
Replies
3
Created On
May 17, 2018
Last Post
7 years, 9 months ago

Suggested Discussions

Created by

Created on

May 17, 2018 5:53 AM

Last activity on

Feb 23, 2026 8:54 AM