You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
andng-href
do 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 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?The text was updated successfully, but these errors were encountered: