I have a grid with some hidden datas and also I have some custom links on each row (eg: "publish/unpublish", "edit", "delete"). When I click on the link "publish/unpublish" on each row, the row data should get updated automatically and the values should get posted to the server. After successful submit the grid row should get refreshed automatically with new values. How can I achieve this functionality with the above scenario.
NOTE: When I click on the link, the row should never turn to editable mode.