I'm adding lines normally and adding in a JavaScript array, I need to remove a selected row and remove it from the array and last save in the database. The following is not working correctly, it only calls a function but does not activate the telerik "destroy" command:
template: "<a href='javascript:DeleteRow(this);' data-command='destroy'>Remover</a>"
If it is possible to remove by function, the line would be fine, but I can not.