This is a migrated thread and some comments may be shown as answers.

[Solved] Refresh button disappears the row which is not deleted.

0 Answers 14 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Mehdi
Top achievements
Rank 1
Mehdi asked on 11 Apr 2012, 07:00 AM
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?!
Tags
Grid
Asked by
Mehdi
Top achievements
Rank 1
Share this question
or