I have a tabstrip that is associated with a MultiPageView. The tabs are created clientside from an XML data file that includes the associated PageViewID.
The tabs are all created correctly but the XML also indicates which tab is to be selected. The set_selected (true) method of this tab is called once the tabstrip has been completed and triggers an event handler associated with the OnClientTabSelected event. The selected tab is highlighted correctly but the PageView shown is always the one associated with the first tab.
If you subsequently click on other tabs everything works OK and the corresponding pageview is shown so the tabs have been setup correctly. It is only following the initial setup that the correct pageview is not shown.
Do you have any suggestions as to what I might be doing wrong?
Bob Boffin
Using Telerik.Web.UI version 2008.3.1314.35
The tabs are all created correctly but the XML also indicates which tab is to be selected. The set_selected (true) method of this tab is called once the tabstrip has been completed and triggers an event handler associated with the OnClientTabSelected event. The selected tab is highlighted correctly but the PageView shown is always the one associated with the first tab.
If you subsequently click on other tabs everything works OK and the corresponding pageview is shown so the tabs have been setup correctly. It is only following the initial setup that the correct pageview is not shown.
Do you have any suggestions as to what I might be doing wrong?
Bob Boffin
Using Telerik.Web.UI version 2008.3.1314.35