Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
215
WebTab SelectedTabIndex in Firefox after refesh (press F5)
posted

For example in http://samples.infragistics.com/2008.3/WebFeatureBrowser/WebTabs/clientsideevents/webform1.aspx (tested in firefox)

If I select Tab 2, Event AfterSelectTabChange is fired and SelectedTabIndex in both server and client  is 1.

That's corect.

But after that, if I press F5 then after page load and display completed (SelectedTabIndex  is 0) , firefox automatic moves the tabindex to Tab 2 ( I can't catch any event was fire in both server and client).

How can I catch this event or get right SelectedTabIndex?

Thanks for read.

Any help is kindly appreciated.

PS: this behavior is not happend in IE or press Ctrl + F5 in firefox