jQWidgets Forums

jQuery UI Widgets Forums Grid JQX Grid "this.editcell" empty

This topic contains 1 reply, has 2 voices, and was last updated by  Todor 5 years, 11 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • JQX Grid "this.editcell" empty #105573

    sourabhshhcl
    Participant

    Hello All,
    Thanks in advance.

    I have a jqxgrid in which I have dropdowns as columns editor.
    Say I have 5 visible rows at one time and in this top three rows are getting edited perfectly.
    For two rows edit is not happening, I searched and found that “this.editcell” for these two rows is coming empty.
    Can some tell me why is it happening.
    if (this.editable && this.editcell && this.editcell.column == this.columns.records[cindex].datafield && this.editcell.row == this.getboundindex(renderrow)) {
    if (this.editcell.editor) {
    rowheight = Math.max(rowheight, this.editcell.editor.height());
    continue;
    }
    }

    Thanks again

    JQX Grid "this.editcell" empty #105594

    Todor
    Participant

    Hello sourabhshhcl,

    Please, share a jsfiddle/codepen example or stackblitz.com example(if you’re using angular) with your code which demonstrates the issue then we would be able to properly investigate it.

    Best Regards,
    Todor

    jQWidgets Team
    https://www.jqwidgets.com

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

You must be logged in to reply to this topic.