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

Uable to navigate to the tab when Usercontrol is placed in a tab

1 Answer 35 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
gautham
Top achievements
Rank 1
gautham asked on 10 Mar 2011, 03:30 PM
<telerik:RadTabStrip ID="rtsTargusDetails" runat="server" SelectedIndex="0" MultiPageID="rmpClientTargusInfo">
                        <Tabs>
                            <telerik:RadTab Text="Targus" Width="175px" Selected="True">
                            </telerik:RadTab>
                            <telerik:RadTab Text="Exact Target" Width="175px">
                            </telerik:RadTab>
                            <telerik:RadTab Text="Login Information" Width="175px">
                            </telerik:RadTab>
                            <telerik:RadTab Text="Contacts" Width="175px">
                            </telerik:RadTab>
                        </Tabs>
                    </telerik:RadTabStrip>
                </div>
                <telerik:RadMultiPage ID="rmpClientTargusInfo" SelectedIndex="0" Width="396px"
                    runat="server">
                    <telerik:RadPageView runat="server" ID="rvpTargusInfo">
                        <uc6:ClientTargusInfo ID="ucClientTargusInfo" runat="server" RenderMode="create" />
                    </telerik:RadPageView>
                    <telerik:RadPageView runat="server" ID="rvpExactTargusInfo">
                        <uc8:ClientExactTargetInfo ID="ucClientExactTargetInfo" runat="server" controlMode="Create" />
                    </telerik:RadPageView>
                    <telerik:RadPageView runat="server" ID="rvpLoginInformation">
                    <asp:Button  ID="pressbutton" Text="Name" runat="server"/>
                    </telerik:RadPageView>
                    <telerik:RadPageView runat ="server" ID="rvpContactInfo">
                      <uc2:ContactInfo ID="PrimContact" runat="server" controlMode="Create"/>
                    </telerik:RadPageView>
                </telerik:RadMultiPage>
I am unable to move around tabs when pressed tabs if the Usercontrol uc2 is placed in radPageview it gives me pop-up error of  "htmlfile: cant move focus to the control because it is invisible not enabled or of type that does not accept the focus"

error page is attached ...

Please help me to resolve this issue...

1 Answer, 1 is accepted

Sort by
0
Chetan
Top achievements
Rank 1
answered on 04 Jan 2012, 04:53 PM
user causesvalidation="false" on client side... and do server side validation instead.
Tags
TabStrip
Asked by
gautham
Top achievements
Rank 1
Answers by
Chetan
Top achievements
Rank 1
Share this question
or