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

Telerik rad tab strip is not working with the multipage .

1 Answer 68 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Rama
Top achievements
Rank 1
Rama asked on 01 Nov 2012, 08:23 AM
Hello Team ,

I am really happy use telerik controls . There are really good. I am facing one problem , I dont know why it is ? I need you people help .

I am using telerik tab strip , worked for me great for some days . This is my sample code.

 <telerik:radtabstrip id="radGallaryTabStrip" runat="server" skin="Vista" multipageid="radPhotoGallarymultiPage"
                selectedindex="0">
                        <Tabs>
                            <telerik:RadTab Text="Gallery" runat="server">
                            </telerik:RadTab>
                            <telerik:RadTab Text="Floor plans" runat="server" Selected="True">
                            </telerik:RadTab>
                        </Tabs>
                    </telerik:radtabstrip>
            <div class="AP-telericblock">
                <telerik:radmultipage runat="server" id="radPhotoGallarymultiPage" selectedindex="0">
                            <telerik:RadPageView runat="server" ID="radPhotoGallary">
                                <Smart:newPropertyImageGallary ID="ucNewPropertyGallary" runat="server" />
                            </telerik:RadPageView>
                            <telerik:RadPageView ID="radFloorGallary" runat="server">
                               <Smart:newFloorplanGallary ID="ucFloorPlanGallary" runat="server"></Smart:newFloorplanGallary>
                            </telerik:RadPageView>
                           
                        </telerik:radmultipage>
            </div>


After some tabs , my tab clicks are not working . I am attaching a screen shot for you . There is # symbol coming up in the url and controls are not firing . Please help to get out of the problem . It is really urgent for me .

Thanks

Rama. M





1 Answer, 1 is accepted

Sort by
0
Rama
Top achievements
Rank 1
answered on 22 Nov 2012, 08:06 AM
I need your help on this issue .
Tags
TabStrip
Asked by
Rama
Top achievements
Rank 1
Answers by
Rama
Top achievements
Rank 1
Share this question
or