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

refresh radgrid in main page from inner radtab

1 Answer 60 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Radwa
Top achievements
Rank 1
Radwa asked on 29 Apr 2015, 06:56 PM

i  have a page with rad grid and radtabstrip

i want to refresh radgrid from inner tab

note every tab in separate page

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 04 May 2015, 10:31 AM
Hi Radwa,

You can access the grid on client-side with $find('<%= RadGrid1.ClientID %>') or $findControl(document, "RadGridID"):
http://www.telerik.com/forums/javascript-on-each-item#FpwQalBeNkGNGYJoZBJYhg

Then, you can access the masterTableView of the grid and call the rebind() method:
http://www.telerik.com/help/aspnet-ajax/grid-gridtableview-rebind.html

If you have different requirements or further instructions, please elaborate on your specific scenario and send us sample screenshots or video demonstrating the desired behavior.

Regards,
Eyup
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
Tags
Ajax
Asked by
Radwa
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or