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

[Solved] using the "refresh" command in the grid to reresh the entire page.

1 Answer 273 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Chris Yoker
Top achievements
Rank 1
Chris Yoker asked on 12 May 2008, 08:08 AM
hiya,

I have a "refresh" button in the grid that refreshes the grid:

<asp:LinkButton ID="lnkRefresh" runat="server" CausesValidation="false" CommandName="RebindGrid"
                                    Visible="true"><img style="border:0px" alt="" src="DataEditing/img/Refresh.gif" /> Refresh</asp:LinkButton>

What I need it to do is refresh the entire page, ie, the controls that are OUTSIDE the grid.

I this possible?

many thanks,

yogi

1 Answer, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 14 May 2008, 01:14 PM
Hello Chris,

It is not clear what do you need that for. You can easily achieve it by submitting the page via standard postback (no mentioning of ajax in your post) through various standard asp controls. If you want to simply "clear out" the page you can redirect it to itself either by using Response.Redirect or through window.location.href.

Best wishes,
Steve
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Grid
Asked by
Chris Yoker
Top achievements
Rank 1
Answers by
Steve
Telerik team
Share this question
or