Update & Destroy Button is Not Working in Grid.
When I Try :
------------------------------------------------------------
(on Chrome) I got This ERROR >>>
When I Try :
------------------------------------------------------------
update: {
url: function (employee) {
return "api/employees/" + employee.Id
},
type: "POST"
},
destroy: {
url: function (employee) {
return "api/employees/" + employee.Id
},
type: "DELETE"
}
-------------------------------------------------
(on FIREFOX )
I got This ERROR >>> TypeError : g is undefined at kendo.web.min.js : 8 (on Chrome) I got This ERROR >>>
What is the Solution? Help Me Please...