Grid Telerik Kendo UI - Delete row JS and call function

0

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.

    
asked by anonymous 16.09.2016 / 16:21

0 answers