I am using YUI's tabview control to displays GridView's row information. The TabView is inside a UpdatePanel , I am updating this panel on GridViews's SelectedIndexChanged Event. On page load Tabview works fine i am able to switch between Tab's but when
i click row of gridview to get details of row in TabView the partial postback happens and TabView stops working, now i am not able to switch between tabs, but when i refresh the page The TabView starts working, don't know what's the proble, got the following link
which says the same problem i have , but still didn't solved my problem.
Member
11 Points
10 Posts
YUI TabView's event doesn't fire on partial postback of UpdatePanel
Jan 20, 2010 05:24 AM|rajeshwaridaga|LINK
HI,
I am using YUI's tabview control to displays GridView's row information. The TabView is inside a UpdatePanel , I am updating this panel on GridViews's SelectedIndexChanged Event. On page load Tabview works fine i am able to switch between Tab's but when i click row of gridview to get details of row in TabView the partial postback happens and TabView stops working, now i am not able to switch between tabs, but when i refresh the page The TabView starts working, don't know what's the proble, got the following link which says the same problem i have , but still didn't solved my problem.
http://www.extjs.com/forum/showthread.php?t=853
Hope to get some help. Thank you
ajax YUI updatepanel
All-Star
27248 Points
6183 Posts
Re: YUI TabView's event doesn't fire on partial postback of UpdatePanel
Jan 20, 2010 01:04 PM|kedarrkulkarni|LINK
why do u want to update the entire tabview?
r u calling any server side events when tab is changed?
try to put updatepanel inside tabview..
hope this helps..
KK
Please mark as Answer if post helps in resolving your issue
My Site
Member
11 Points
10 Posts
Re: YUI TabView's event doesn't fire on partial postback of UpdatePanel
Jan 20, 2010 01:11 PM|rajeshwaridaga|LINK
Hey I tried this, now Update Panel is inside Tab view, i m putting the update panel just above the content i wanted to update, and it is working now.
Thanks a lot, i was struggling with this from last one day.
Thank you