I have a column in jqxgrid which is a type of link column.when i click on the edit link it should make the row editable and the text of the link is changed from edit to update and cancel.The user can click on update or cancel. if the user clicks on the update link he can edit the row and the row is updated otherwise if the user clicks on the cancel link the row should be set to editable:false.
How can i achieve this . can you please provide mean an example.