jQWidgets Forums

jQuery UI Widgets Forums Grid showvalidationpopup

This topic contains 4 replies, has 4 voices, and was last updated by  atomic 8 years, 9 months ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
  • showvalidationpopup #10323

    cvicini
    Participant

    I invoke the showvalidationpopup method:
    how do I hide it?
    Thank you.
    PS
    I’m evaluating the jqwidgets.

    showvalidationpopup #10417

    Peter Stoev
    Keymaster

    Hi cvicini,

    To remove the valudation popup, use this:

    $(".jqx-grid-validation, .jqx-grid-validation-arrow-up, .jqx-grid-validation-arrow-down").remove();

    Best Wishes,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    showvalidationpopup #26521

    benitocas88
    Member

    It’s possible remove “showvalidationpopup” when a cell are validate equals true and the others remain showing while are false?

    showvalidationpopup #26522

    Peter Stoev
    Keymaster

    Hi benitocas88,

    You can and should have one validation popup opened because you can have only one Grid cell edited at a time.

    Best Wishes,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    showvalidationpopup #85044

    atomic
    Participant

    Hi Peter,

    I think benitocas88 has a point. I am using spreadsheetgrid, and although I put validation as numberinput in grid if you paste strings from excel it will appear in grid. I made my custom validation an I need to remove validation messages one by one, after correcting input.
    $(".jqx-grid-validation, .jqx-grid-validation-arrow-up, .jqx-grid-validation-arrow-down").remove();
    this will remove all validation messages from grid after editing only one cell.
    thanks

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

You must be logged in to reply to this topic.