I would like to have a delete button that uses kendo default design button design that uses my own function, may I know how could I do this?
This is the code for the button:
columns.Command(command => { command.Destroy(); }).Width(30);
I would like to have a delete button that uses kendo default design button design that uses my own function, may I know how could I do this?
This is the code for the button:
columns.Command(command => { command.Destroy(); }).Width(30);
Copyright © 2021 Jogjafile Inc.
Yes it is simple all you have to do is run a java script method when user click on delete button. Here is one way you can accomplish it.
Javascript