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

Refreshing MVC Telerik grid using jquery when popup is closed

2 Answers 176 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.
Avdut
Top achievements
Rank 1
Avdut asked on 13 Oct 2010, 01:44 PM
Hi ,

I have a edit link on my telerik grid which opens a popup, after doing some changes and saving them I need to click on back to orders button where I want to close the Popup and then refresh the Telerik grid.
Please help I have stuck on this

Is there any way to Trigger a Telerik grid Refresh button using jQuery
i am trying this
$('.t-refresh').trigger('click');

2 Answers, 1 is accepted

Sort by
0
Paul
Top achievements
Rank 1
answered on 18 Oct 2010, 12:58 PM
I have the same question.
0
Atanas Korchev
Telerik team
answered on 18 Oct 2010, 01:32 PM
Hello,

 The ajaxRequest or the rebind method can be used. Ajax request will maintain the state of the grid - current page, sort order etc.

All the best,
Atanas Korchev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Grid
Asked by
Avdut
Top achievements
Rank 1
Answers by
Paul
Top achievements
Rank 1
Atanas Korchev
Telerik team
Share this question
or