jQWidgets Forums

jQuery UI Widgets Forums Grid JQWidgets v3.1.0 issue

This topic contains 5 replies, has 4 voices, and was last updated by  Peter Stoev 11 years, 6 months ago.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
  • JQWidgets v3.1.0 issue #46918

    DavidSimmons
    Participant

    I start getting this new error with the new release but unclear where to find it. Seems to occurring on all my grids. Have any ideas?

    TypeError: ‘undefined’ is not a function (evaluating ‘this.dataview.suspendupdate()’)

    JQWidgets v3.1.0 issue #46919

    Peter Stoev
    Keymaster

    Hi David,

    We do not have an idea why you get such an error. If you provide a Sample which can be tested locally, then we would be able to check what goes wrong on your side. suspendupdate() is defined in the dataview and the dataview cannot be null or undefined so the issue on your side is very strange

    Best Regards,
    Peter Stoev

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

    JQWidgets v3.1.0 issue #46927

    DarkDD
    Participant

    I have a similar problem. Only writes “this.dataview.suspendupdate is not a function”. Empirically found that the problem is in the file “jqx-all.js”. If you connect the items individually, everything works fine.

    from google translate

    JQWidgets v3.1.0 issue #46928

    DarkDD
    Participant

    I have a similar problem. Only writes “this.dataview.suspendupdate is not a function”. Empirically found that the problem is in the file “jqx-all.js”. If you connect the items individually, everything works fine.

    from google translate

    JQWidgets v3.1.0 issue #46931

    Yuri Antipin
    Participant

    Hi Peter Stoev,

    This issue occurs because the file ‘jqx-all.js’ has two different constructors for the dataview. The ‘suspendupdate’ method is located in the first constructor and is unavailable because second constructor overrides the first.

    JQWidgets v3.1.0 issue #46936

    Peter Stoev
    Keymaster

    Hi Yuri Antipin,

    You may not use jqx-all.js for now, if that is the problem.

    Best Regards,
    Peter Stoev

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

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

You must be logged in to reply to this topic.