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

Refresh the Entire Page after grid action 'destroy' completes.

3 Answers 779 Views
Grid
This is a migrated thread and some comments may be shown as answers.
michael
Top achievements
Rank 1
michael asked on 28 Aug 2012, 07:51 PM
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

Sort by
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():


I hope this information helps.


Kind Regards,
Vladimir Iliev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
michael
Top achievements
Rank 1
answered on 04 Sep 2012, 02:33 PM
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
0
Thomas
Top achievements
Rank 1
answered on 09 Oct 2012, 07:31 PM
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.
Tags
Grid
Asked by
michael
Top achievements
Rank 1
Answers by
Vladimir Iliev
Telerik team
michael
Top achievements
Rank 1
Thomas
Top achievements
Rank 1
Share this question
or