I have a Kendo UI Grid with a command button column formatted to display a font awesome icon. The grid also handles the change event in order to redirect to the particular records detail page when the row is clicked. The button and icon display as expected but if you click on the button exactly where the icon is the change event get triggered prior to the button click event. Clicking anywhere else on the button causes the button to behave as expected.
Here is an example based on the Use FontAwesome Icons in Kendo UI Grid demo -
Can anyone think of a way around this problem?
Thanks