jQWidgets Forums

jQuery UI Widgets Forums Grid Grid destroy error version 2.9.3

Tagged: , ,

This topic contains 3 replies, has 2 voices, and was last updated by  Dimitar 11 years, 10 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • Grid destroy error version 2.9.3 #26395

    asup
    Member

    Hi, when i use grid version 2.70 destroy method works properly, when i update to 2.93 i catch exception in jqx-all.js file. In both cases i use jQuery 2.0.3. I tested it in Chrome 28, Firefox 23, IE10 and have the same problem. Exception message is:

    Uncaught Error: Invalid jQuery Selector! Please, check whether the used ID or CSS Class name is correct.

    a.fn.(anonymous function)
    b.extend.destroy
    a.jqx.invoke
    a.jqx.jqxWidgetProxy
    (anonymous function)
    x.extend.each
    x.fn.x.each
    a.fn.(anonymous function)
    (anonymous function)
    x.event.dispatch
    y.handle
    x.event.trigger
    (anonymous function)
    x.extend.each
    x.fn.x.each
    x.fn.extend.trigger
    a.extend._raiseEvent
    a.extend.hide
    a.extend.closeWindow
    a.extend._closeWindow
    (anonymous function)
    x.event.dispatch
    y.handle

    Grid destroy error version 2.9.3 #26404

    Dimitar
    Participant

    Hello asup,

    Please check the validity of the jQuery selections in your page. For example you may have:

    $("#jqxgrid").jqxGrid...

    with a grid id jqxGrid. That means your selection should be:

    $("#jqxGrid").jqxGrid...

    Best Regards,
    Dimitar

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

    Grid destroy error version 2.9.3 #26419

    asup
    Member

    Dimitar, i don’t change my code. i only replace version of jqx-all.js and jqx.base.css. was 2.7.0, now 2.9.3. in 2.7.0 ok in 2.9.3 bug. i checked it few times and have the same result.

    Grid destroy error version 2.9.3 #26421

    Dimitar
    Participant

    Hi asup,

    Please try removing the grid by calling jQuery’s .remove() method.

    Best Regards,
    Dimitar

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

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

The topic ‘Grid destroy error version 2.9.3’ is closed to new replies.