Hi there,
I have a problem with custom commands in combination with angular. You can see it here: http://dojo.telerik.com/EBirE
When I click on the custom command I get redirected to another site even if I use preventDefault in the event handler. Instead I just want to open a kendo-window.
I think the problem is, that the a tag for the button uses href="#" which is picked up by angular.
How can I solve that?
thanks a lot,
Chris