Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
40
igCombo release bug
posted

I have an aplication made with MVC4, with a igCombo that call a function in the event "iggridupdatingeditrowended".

The aplication is finished, and the igCombo works great in debug mode, but the event is never called in release mode.

Any suggestions?

Thanks in advise

Parents
No Data
Reply
  • 4315
    Offline posted

    Hi, David.

    Thank you for using our control and I hope that I will be able to help you.

    I guess you have Grid control that is using Combo as editor - sample similar to that one Editing Combo Editor. I used the same sample and just added the following code:

    $(window).on("iggridupdatingeditrowended", "#grid1", function (evt, ui) {
        console.log(ui.rowID);
    });

    The event is fired when I press the "DONE" button in both debug and release modes. 

    You can check this and if again it doesn't work for you case, if it is possible for you, please attach me a sample with your scenario. I will wait for your feedback.

    Best regards,

    Nikolay Alipiev

Children
No Data