Hi,
When I delete a row from my grid, I need to refresh the same page because other data on the page depends on items in the grid.
Is there someway I can do this?
Thanks,
Murph
3 Answers, 1 is accepted
0
Accepted
Vladimir Iliev
Telerik team
answered on 03 Sep 2012, 11:45 AM
Hi Michael,
The way you can achieve this is to use the reload() method of the window.location. Please find below window.location documentation, and how to use its method reload():
Thanks for the reply.
After reading what you pointed me to, I chose the Window.Location.Replace method and all is working as I need it to.
Most Appreciative,
Murph
How do you trigger refresh page if your using Ajax update on a Batch Update Grid? I'm have the same issue but not sure how to trigger the javascript function after update.