This question is locked. New answers and comments are not allowed.
Hi ..
I have a telerik grid in ajax mode and delete button on it which is working on MVC 3 razor..
when I click on delete to remove a record, it fires the appropriate action and return true state for updating the grid, everything works good.
But I have a problem ...
In deleteAction I have something in my code which cuase the record cannot be deleted in this issue, I mean, I don't delete the record !! (for some reasons) ... and also when action done its job and returns to the grid, nothing is happening (No records deleted.) BUT when I click on refresh button, the row which I selected for delete , disappears. (no deleting action occurs!!!)
How can I fix it?!
I have a telerik grid in ajax mode and delete button on it which is working on MVC 3 razor..
when I click on delete to remove a record, it fires the appropriate action and return true state for updating the grid, everything works good.
But I have a problem ...
In deleteAction I have something in my code which cuase the record cannot be deleted in this issue, I mean, I don't delete the record !! (for some reasons) ... and also when action done its job and returns to the grid, nothing is happening (No records deleted.) BUT when I click on refresh button, the row which I selected for delete , disappears. (no deleting action occurs!!!)
How can I fix it?!