jQWidgets Forums

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts

  • eCandidus
    Member

    Peter:

    The issue is that the cellendedit event runs AFTER the editor is up and running on the next cell, so asynch:false does not make any difference. Is there any way I can detect which editor is open?


    eCandidus
    Member

    Peter:

    Point taken and will not be repeated. Any idea on how top solve the issue?


    eCandidus
    Member

    Follow up:

    I added this code after line 6197 of the jqxgrid.js and it works. It is a kludge as it was written in the debugger, so I rather not keep it (also, I am trying to keep the jqx code in the original):

    }

    // ECANDIDUS 2013-05-23
    if (this.editcell && this.editcell.column == datafield && this.editcell.editor && this.editcell.editor[0]) {
    this.editcell.editor[0].value = value;
    }
    //

    if (this.source && this.source._knockoutdatasource && !this._updateFromAdapter && this.autokoupdates) {
    if (this.source._source._localdata) {

    Hope it helps….


    eCandidus
    Member

    Peter:

    Well, I do not think that I will need to modify anything. The issue was in the JQuery (v 1.8.3) where the outerHeight() was returning god knows what and in turn parseInt of the result was returning NaN. A fresh version of JQuery fixed all of the issues.


    eCandidus
    Member

    Peter:

    The issue that I have is that our app is fairly complex and I am not allowed to send you the code. I have made a fair amount of progress by modifying the js, all related to z-Index. At the moment, what is not working is the popups of popups (like the op drop down in the filter popup).

    I believe that we will go ahead and purchase the source code option, which will make it a bit easier. Or at least I hope so… 🙂

    Thanks for responding.

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