Hi,
I have a tabstrip with 3 tabs. Also 3 multipages. On each multipage is a RadToolbar.
When I click on a tab the multipage changes and the appropriate RadToolBar is displayed.
But, when I change the multipage programattically, using:
RadTabStrip1.SelectedIndex = 1;
RadMultiPage1.SelectedIndex = 1;
The multipage changes but the RadToolBar is not displayed.
I have tried ToolBar1.Visible =true; but that doesn't work.
So, the toolbar is only displayed when the multipage is changed through use of clicking the tabs.
I have other telerik controls on the mltipages and they seem to display OK. It's just the RadToolBar which is showing this problem.
Please Help