kendo-labs / angular-kendo

A project to create a robust set of Angular.js bindings for Kendo UI widgets
474 stars 209 forks source link

Grid change acts before ng-click #385

Open YonatanKra opened 10 years ago

YonatanKra commented 10 years ago

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?