I've seen a few threads here discussing the problem with a TabStrip not working until after a postback. I've got the same issue. Here's the setup:
Master Page contains a RadAjaxManager.
Content Page contains a RadAjaxManagerProxy.
Content Page contains a multipage. One of the pages contains a User Control.
The User Control contains a TabStrip.
The user control on the content page is loaded in markup (not dynamically). When I do some dynamic content on one of the other PageViews in the content page, and programmatically return to the pageview containing the the TabStrip control, the tabstrip won't respond to user clicks until a postback event has occurred.
I've tried all sorts of combinations of the RadAjaxManagerProxy, but can't land on the right one. What is the base issue with the tabstrip ignoring the initial click until after a postback occurs? It is driving me crazy!
thanks for any advice
Master Page contains a RadAjaxManager.
Content Page contains a RadAjaxManagerProxy.
Content Page contains a multipage. One of the pages contains a User Control.
The User Control contains a TabStrip.
The user control on the content page is loaded in markup (not dynamically). When I do some dynamic content on one of the other PageViews in the content page, and programmatically return to the pageview containing the the TabStrip control, the tabstrip won't respond to user clicks until a postback event has occurred.
I've tried all sorts of combinations of the RadAjaxManagerProxy, but can't land on the right one. What is the base issue with the tabstrip ignoring the initial click until after a postback occurs? It is driving me crazy!
thanks for any advice