This question is locked. New answers and comments are not allowed.
Hi,
I'm facing the problem when deleting a record in the Telerik Grid (ASP .Net MV3 razor view).
The issue is, the grid is not moving to previous page when all records are deleted in a particular page;
Example, in this demo,
http://demos.telerik.com/aspnet-mvc/Grid/EditingAjax?theme=vista
When user removes all the records from the last page, I want to move it previous page (say, grid has 8 pages, if all records are deleted, i want to move to page 7).
How to do this?
I checked the Paging examples but couldn't able to find anything. Is there any property I could use to set the PageTo property in OnDataBinding client function?
PS: I have few other grids which are using custom templates for delete, for those its working fine, but not for telerik grid's delete function.
Thanks in Advance,
Karthikeyan R
I'm facing the problem when deleting a record in the Telerik Grid (ASP .Net MV3 razor view).
The issue is, the grid is not moving to previous page when all records are deleted in a particular page;
Example, in this demo,
http://demos.telerik.com/aspnet-mvc/Grid/EditingAjax?theme=vista
When user removes all the records from the last page, I want to move it previous page (say, grid has 8 pages, if all records are deleted, i want to move to page 7).
How to do this?
I checked the Paging examples but couldn't able to find anything. Is there any property I could use to set the PageTo property in OnDataBinding client function?
PS: I have few other grids which are using custom templates for delete, for those its working fine, but not for telerik grid's delete function.
Thanks in Advance,
Karthikeyan R