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
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