0
Answer

Error - Uncaught ReferenceError: HR is not defined at HTMLAnchorE

Ramco Ramco

Ramco Ramco

3y
525
1
Hi
 
  When i click on Delete i get above error. HR is the value of Id which i am passing to function
 
"data": "Id", "render": function (data) {
return " Delete";
},
********************************
function ConfirmDelete(myId)
{
$("#hiddenId").val(Id);
$("#DeleteModal").modal('show');
}
 
 
Thanks