Grid layout onclick

Hi All, how can I get onclick event from some grid layout cell ?

Hello @ngchagas,

You can track a click on a gridleyout cell using the event() method. Inside it, you need to refer to the id of the element that was clicked: view.config.id

Please, check out the snippet with the example: Code Snippet