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

radMultiPage -> radPageView

3 Answers 52 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Pratik
Top achievements
Rank 1
Pratik asked on 05 Dec 2011, 10:19 AM
Hi,
I am using rad multipage
<telerik:RadMultiPage ID="RadMultiPage" runat="server" 
                           RenderSelectedPageOnly="true" SelectedIndex="4">
                           <telerik:RadPageView ID="viewer1" runat="server">
                                  <uc1:abcID="abc" runat="server" />
                           </telerik:RadPageView>
                           <telerik:RadPageView ID="viewer2" runat="server">
                               <uc2:xyz ID="xyz" runat="server" />
                           </telerik:RadPageView>
                           <telerik:RadPageView ID="viewer3" runat="server">
                               <uc3:uvwID="uvw" runat="server" />
                           </telerik:RadPageView>
                            <telerik:RadPageView ID="viewer4" runat="server"
                           <uc4:defID="def" runat="server" />
                           </telerik:RadPageView>
                       </telerik:RadMultiPage>

as shown in the code above. I have a MOSS 2007 peopleeditor control in the usercontrol uc1 and usercontrol uc4. the people editor is working fine for the radpageview "viewer1" but it is throwing javascript error with "viewer4" saying "Object Expected". what i think about this is the problem is that somehow only one people editor can exist in this fashion. pls help me out with this.

Thanks in advance.
Keep Coding

3 Answers, 1 is accepted

Sort by
0
Dimitar Terziev
Telerik team
answered on 07 Dec 2011, 02:03 PM
Hi Pratik,

Could you verify whether you experience the sample problem, if the UserControls containing the PeopleEditors are placed directly on the page and not in the pageviews?

All the best,
Dimitar Terziev
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0
Pratik
Top achievements
Rank 1
answered on 08 Dec 2011, 11:03 AM
Hi Dimitar,

i havent checked that, but as per my requirement i am supposed to show that in the page view itself because i want to make that page visible only when a particular tab is clicked from the tab strip...
Can u suggest any work around?

Thanks in advance,

Pratik Gautam
0
Dimitar Terziev
Telerik team
answered on 12 Dec 2011, 03:00 PM
Hi Pratik,

I've asked you to perform the following test in order to verify whether the problem is related to the RadTabStrip and RadMutiPage respectively. If it's reproduced outside of the RadPageView then the problem is related to the PeopleEditor control.

Regards,
Dimitar Terziev
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
TabStrip
Asked by
Pratik
Top achievements
Rank 1
Answers by
Dimitar Terziev
Telerik team
Pratik
Top achievements
Rank 1
Share this question
or