I actually have a grid, in every column there's a delete button and when clicking on it, it has to remove the row.
Even though i used" kendoGridRemoveCommand" in the code below, nothing is working:
<kendo-grid-command-column title="Command">
<ng-template kendoGridCellTemplate >
<buttonkendoGridRemoveCommand icon="delete" style="color: red;"></button>
</ng-template>
</kendo-grid-command-column>