jQWidgets Forums

jQuery UI Widgets Forums Grid jqxmenu itemclick not reponding

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
  • jqxmenu itemclick not reponding #105702

    robf
    Participant

    Hello
    Using context sensitive menu in the grid based on your demo here https://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/index.htm#demos/jqxgrid/contextmenu.htm

    I instantiate the menu and all works fine – i.e. the context menu opens and the itemclick event fires. If I reload my page (via AJAX) and reinstantiate the widget and menu the grid reloads fine; the menu pops up fine; however, the itemclick event not longer fires. Again, only on an AJAX reload of the page. I made sure the widget library is only loaded once – i.e. via header.html that loads all resources.

    I’ve even tried to destroy and recreate menu and unbind/rebind item click.
    $(‘#mymenu’).jqxMenu(‘destroy’);
    let contextMenu = $(‘#mymenu’).jqxMenu({ width: 230, autoOpenPopup: false, mode: ‘popup’});
    $(‘#myGrid’).on(‘contextmenu’, () => {return false;});
    $(‘#mymenu’).unbind(‘itemclick’).on(‘itemClick’, (event) =>
    {….}

    Going crazy trying to figure out why itemclick will not get fired on reload. Any ideas, please?

    Rob

    jqxmenu itemclick not reponding #105705

    Todor
    Participant

    Hello Rob,

    You could try to update grid’s source data after page reload via AJAX, not initialize the whole widget. Also if you share your code we would be in greater help.

    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.