Showing posts with label telerik kendo. Show all posts
Showing posts with label telerik kendo. Show all posts

Monday, September 28, 2015

telrik kendo grid edit command event javascript

 command: [{ name: "edit", text: "edit", click: myFunction }, "destroy"],

function myFunction(e) {
    alert("deleted pressed!");
}