Hi,
Here's my scenrio:
http://dojo.telerik.com/oluM
The template for the title is an <a> tag.
When I click on it, the ng-click and ng-hrefdo work.
The problem is when doing ctrl+click in order to open the link in a new window - it selects the row.
I tried to use the ng-click in order to stop the propagaion, but it seems that the change event fires before.
Is there a way to prevent the choosing of the row when clicking on a certain element within a cell? Say an <a> tag?
Hi, Here's my scenrio: http://dojo.telerik.com/oluM The template for the title is an
<a>
tag. When I click on it, theng-click
andng-href
do work. The problem is when doingctrl+click
in order to open the link in a new window - it selects the row. I tried to use theng-click
in order to stop the propagaion, but it seems that thechange
event fires before. Is there a way to prevent the choosing of the row when clicking on a certain element within a cell? Say an<a>
tag?