How to prevent Kendo Grid click propagation -
i need add image 1 specific column, have that, good, see image, added alert see how working. problem after showing alert, executing sorting. there way avoid sorting when click on image?
{ field: "shipname", headertemplate: "<a class='k-link pull-left' href='#'>charge</a><img onclick='alert(1)' src='http://localhost/myapp/images/reports/filterapplied.png' title='this filter'/>", title: "ship name" }
if not want particular column sort, disable in grid's configuration. api reference.
Comments
Post a Comment