This is a migrated thread and some comments may be shown as answers.

[Solved] RadMultiPage Control

3 Answers 126 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
HSD
Top achievements
Rank 1
HSD asked on 21 Apr 2008, 05:06 PM
What Controls Support RadMultiPage Control?

So far all I see is RadTabStrip.  Does any other control support it?

I would like to switch between pages without posting back.

RadMenu and RadPanelBar requires you to post back.

Thanks,
Roger

3 Answers, 1 is accepted

Sort by
0
Paul
Telerik team
answered on 22 Apr 2008, 07:44 AM
Hello RogerMCT,

Please take a look at our Outlook Navigation example that shows the needed approach.

Sincerely yours,
Paul
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
HSD
Top achievements
Rank 1
answered on 22 Apr 2008, 04:11 PM
This look like what I need but how do I use it with a submenu?

For Example:
<telerik:RadPanelBar ID="RadPanelbar1" runat="server"  OnClientItemClicking="OnClientItemClicking">
    <Items>
     <telerik:RadPanelItem Text="Favourite Folders" Expanded="True" ImageUrl="Img/mail.gif"/>
     <telerik:RadPanelItem Text="All Mail Folders" ImageUrl="Img/mail.gif">
    <items>
        <telerik:RadPanelItem Text="Folder 1" ImageUrl="Img/calendar.gif"/>
        <telerik:RadPanelItem Text="Folder 2" ImageUrl="Img/calendar.gif"/>
        <telerik:RadPanelItem Text="Folder 3" ImageUrl="Img/calendar.gif"/>
        <telerik:RadPanelItem Text="Folder 4" ImageUrl="Img/calendar.gif"/>
    </items>
     </telerik:RadPanelItem>
     <telerik:RadPanelItem Text="Calendar" ImageUrl="Img/calendar.gif"/>
     <telerik:RadPanelItem Text="Others" ImageUrl="Img/contacts.gif"/>
    </Items>
   </telerik:RadPanelBar>






The sub menus start at index 0 again.
0
Paul
Telerik team
answered on 24 Apr 2008, 01:24 PM
Hello RogerMCT,

Unfortunately, we are not able to clearly understand your scenario. I think it will best if you can open a support ticket and send us a simple running project (incl. your custom skin, CSS, images, DB backup if needed and so on) demonstrating the problem (and step-by-step instructions on doing so). In that way we can reproduce and pinpoint the problems you're facing on our side, understand the logic of your application and provide a solution.

Thanks beforehand for your patience and cooperation,
Paul
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
General Discussions
Asked by
HSD
Top achievements
Rank 1
Answers by
Paul
Telerik team
HSD
Top achievements
Rank 1
Share this question
or