This question is locked. New answers and comments are not allowed.
I have a grid which has a hyperlink column input via a ClientTemplate.
I have wired up the onRowSelected event.
What I would like to know is how best cancel the onRowSelected event when the column with the hyperlink is triggered, and let the event continue when any other non hyperlink column is clicked.
As at the moment, clicking the hyperlink causes a page get but also throws an error because onRowSelected is triggered as well.
Any help appreciated.
Thanks, Jason
I have wired up the onRowSelected event.
What I would like to know is how best cancel the onRowSelected event when the column with the hyperlink is triggered, and let the event continue when any other non hyperlink column is clicked.
As at the moment, clicking the hyperlink causes a page get but also throws an error because onRowSelected is triggered as well.
Any help appreciated.
Thanks, Jason