jQWidgets Forums

jQuery UI Widgets Forums Dialogs and Notifications Window Double-click event does not fire in IE8

This topic contains 1 reply, has 2 voices, and was last updated by  Dimitar 12 years, 6 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Double-click event does not fire in IE8 #10458

    binfch
    Participant

    Hi there

    I have a grid where I\’d like to handle the double-click event.

    The event fires fine in chrome & firefox. However it does not fire in IE8 (P.S: In IE9 it fires fine) !?

    Here\’s my code:

      $(\'#logGrid\').jqxGrid({
    width: 440,
    theme: \'classic\',
    pageable: true,
    autoheight: true,
    columns: [
    { text: \'Field1\', datafield: \'field1\', width: 165 },
    { text: \'Field2\', datafield: \'field2\', width: 155, cellsformat: \'dd.MM.yyyy HH:mm:ss\' },
    { text: \'Field3\', datafield: \'field3\', width: 120 }
    ]
    });
    $(\'#logGrid\').bind(\'rowdoubleclick\', function (event) {
    alert(\'yes\');
    });

    Thx & cheers,
    Peter

    Double-click event does not fire in IE8 #10519

    Dimitar
    Participant

    Hello binfch,

    Thank you for your feedback. We will contemplate on the reported issue.

    Best Regards,
    Dimitar

    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.