Hello all,
I have a requirement where when we click on an action column cell in data grid not the hyperlink inside the column, I need to trigger a different client action. Any suggestions will be helpful.
@Ranjith Kumar GovindharajThe code below will works:
@Kiet Phan
It works. Thanks for the solution.
Regards,
Ranjith Kumar
great, you're welcome :)
Hi @Ranjith Kumar Govindharaj
Let use this JS below to call your client action when a cell click event triggered.
The result:
Thanks for the reply. The problem here is this will trigger both the Click Event client action as well as the action called in JavaScript for an Action column when I click on the hyperlink inside. I do not want the action called in the JavaScript triggered when I click on the hyperlink.
@Ranjith Kumar Govindharaj OKay, since the hyper link inside the action column is a tag. Let prevent the handler from triggered by hyperlink.