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

Is there a "common area" inside a multipage?

3 Answers 57 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Lynn
Top achievements
Rank 2
Lynn asked on 03 Sep 2015, 04:35 PM

If this question has been asked before, my apologies for the (any) duplication.

 I have two tabstrips/multipages on a single webform.  The inner tabstrip/multipage contains 4 tabs each of which contains data entry controls (text boxes, combo boxes, etc.) for the same database record.

I would like to have one set of update/cancel buttons + 1 validation summary at the bottom but I cannot seem to find a "common area" either at the top or bottom of the multipage.

Is this possible?  If so, is there a demo/example of this structure somewhere?  Hopefully I've described my problem adequately.

 Thanks in advance for any assistance!

Lynn

3 Answers, 1 is accepted

Sort by
0
Ivan Danchev
Telerik team
answered on 04 Sep 2015, 06:21 AM
Hello,

I am afraid the RadTabStrip and RadMultiPage do not render an element common to all Tabs/PageViews that would allow controls to be embedded in it. The RadTabStrip can contain only Tabs and like the RadMultiPage serves as a container, while each of the Tabs/PageViews displays only its own content which can be inside a template in the RadTab or directly embedded in the PageView control.

Regards,
Ivan Danchev
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Lynn
Top achievements
Rank 2
answered on 05 Sep 2015, 02:02 PM

Ivan, thank you for taking the time to respond to my question.  However, I did find a solution to my problem that appears to be working quite well.

I used the following code in the display file (.aspx) and inserted it between the "inner MultiPage" and the end of the corresponding "outer PageView" (I hope that adequately explains)...

        </telerik:RadPageView>
    </telerik:RadMultiPage>
 
    <br />
    <asp:Button ID="Button1" runat="server" Text="This is a button between the end of RadMultiPage2 and the end of the first RadPageView" />
    <br /><br />
    More basic data at the bottom of the data entry multipage
    <br /><br />
 
</telerik:RadPageView>
 
<telerik:RadPageView runat="server" ID="RadPageView7">
0
Ivan Danchev
Telerik team
answered on 08 Sep 2015, 02:57 PM
Hello,

It seems I misunderstood your scenario when I posted my first reply as my understanding was that you wanted to place controls between the MultiPage and its PageViews. From your post I see now that you meant placing them below the nested MultiPage's PageView. This would of course work as the second MultiPage and its PageViews, the buttons and br elements are all directly nested in a PageView.

Regards,
Ivan Danchev
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
TabStrip
Asked by
Lynn
Top achievements
Rank 2
Answers by
Ivan Danchev
Telerik team
Lynn
Top achievements
Rank 2
Share this question
or