jQWidgets Forums

jQuery UI Widgets Forums Grid jqxGrid Validation

This topic contains 3 replies, has 2 voices, and was last updated by  Dimitar 11 years, 1 month ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • jqxGrid Validation #52620

    deepak_chaurasia
    Participant

    Hi Team,
    As part of grid validation , i am having one scenario in which two columns are related to each other , and if i change value in 1st column i want to display error icon in 2nd column , Can you please suggest way to do so?

    jqxGrid Validation #52628

    Dimitar
    Participant

    Hello deepak_chaurasia,

    You can display validation messages programmatically with the method showvalidationpopup. Here is a JSFiddle example: http://jsfiddle.net/jqwidgets/8gUGD/

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

    jqxGrid Validation #52700

    deepak_chaurasia
    Participant

    Hi ,
    I don’t want to call showvalidationpopup , i want to call validation method of other column.Can you please suggest how to do that ?

    jqxGrid Validation #52701

    Dimitar
    Participant

    Hi deepak_chaurasia,

    Unfortunately, there is no way to invoke another cell’s validation callback function directly. However, you may try to call the cell’s begincelledit and endcelledit methods successively.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

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

You must be logged in to reply to this topic.