Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi,

I'm using Ajax tabcontainer with Jqgrid.

.Net 4.0
VS 2010
Ajax Toolkit for Framework 4.0

I've totally 5 tabs (have placed JQgrid in Tab4 and Tab5) and successfully created the functionality to navigate with in tabs help of UPdatePanel.


Here the problem is, when i'm navigating from tab 1 to tab 2 (help of update panel and async trigger - button click in tab 1) - the jqgrid in tab 4 and tab 5 are disappeared.

Could any one solution (or) alternate option for this.

Kind Regards,
K1988.

What I have tried:

I've tried to remove the update panel but that is causing the tab to tab navigation through button click in tab 1.
Posted
Updated 6-Feb-16 10:27am
v3
Comments
John C Rayan 7-Feb-16 5:36am    
Did you try calling jqdrid again in your tab change event to reinitialise jqgrid

1 solution

Hi John,

Thanks for that...now i've called the jqgrid loading function in .aspx file. it's working.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900