How to give Id in edit link?
How to give Id in edit link?
Khyati
Posts: 1Questions: 1Answers: 0
data: "User_Id",
mRender: function (data) {
return '<a href="" class="editor_edit" id="' + data.User_Id + '" >Edit</a>';
This discussion has been closed.
Answers