jQWidgets Forums

jQuery UI Widgets Forums Grid jqxGrid cellclicked event

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • jqxGrid cellclicked event #101582

    kourav963
    Participant

    Hi,

    I’m displaying 2 images in a grid cell and in grid cell clicked event capture method I’m trying to see where the user has clicked like on which picture he clicked it.

    For this I’ve used the below code:

    cellClicked(event): void {
          // This would give the image name on which the user has clicked.
          let imageSrc = event.args.originalEvent.originalEvent.path[0].currentSrc;
     }
    

    Above working perfectly in chrome but it is not working internet explorer, event object structure is not the same as the one in the chrome.

    Can you please tell me how can I get the above information in IE11?

    jqxGrid cellclicked event #101625

    Hristo
    Participant

    Hello kourav963,

    I tested this example (on IE11) and it seems to work fine.
    You should enable this option as you import polyfills needed about the IE11.
    This you could do as you uncomment the source rows from 22 to 35 in file polyfills.ts. That file exists on root > src > if you use our tutorial.

    Best Regards,
    Hristo Hristov

    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.