jQWidgets Forums

jQuery UI Widgets Forums Grid Strange IE behavior when begincelledit is called

This topic contains 1 reply, has 2 voices, and was last updated by  ivailo 9 years, 10 months ago.

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

  • aser
    Participant

    Hi, I’m using Grid with pagination and jqxComboBox like cell editor.
    When I’m calling $(Grid).jqxGrid(‘begincelledit’, rowindex, “Name”) on the first page and after that, on the next page it works fine, but when I try to call $(Grid).jqxGrid(‘begincelledit’, rowindex, “Name”) direct on second page without calling on the first page, I’m getting “JavaScript runtime error: Object doesn’t support property or method ‘toString'” in jqxcombobox.js in this part “if(n.animationType==”none”){n.container.css(“display”,”none”)}else{n.container.hide()}j=false}catch(l){throw l}” latest “throw l” fired this exception. It crashes only in IE.

    Thanks.


    ivailo
    Participant

    Hi aser,

    Send an example with the code in js editor, for testing an better understanding of this behavior.

    Best Regards,
    Ivailo Ivanov

    jQWidgets Team
    http://www.jqwidgets.com

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

You must be logged in to reply to this topic.