How do I add a click event listener to grid element and get the clicked cell?
You can directly use `addEventListener` method to add an event listener to grid element, just like other native elements. To obtain grid cell and other information from `MouseEvent` argument, use `getRelativePosition` method from Grid api. For more information, see this page (https://refinitiv.github.io/efx-grid/book/en/general_concept/event-listeners.html).
i'm not able to get the github page indicated abode, can you please help me to get related content please.
Regards