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

radtab

1 Answer 96 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Ayesha
Top achievements
Rank 1
Ayesha asked on 04 Aug 2009, 02:41 AM
Hi,

In my project, I need to create a ascx with 2 tabs in that user control.

so i did the foll in my ascx:

<

 

telerik:RadTabStrip ID="RadTabStrip1" runat="server" SelectedIndex="1">

 

 

<Tabs>

 

 

<telerik:RadTab Text ="Report" Value="Report"></telerik:RadTab>

 

 

</Tabs>

 

 

<Tabs>

 

 

<telerik:RadTab Text ="Report Dates" Value="ReportDates"></telerik:RadTab>

 

 

</Tabs>

 

 

</telerik:RadTabStrip>

But it's not appearing like a radtab .It's appearing with some bullets and links. I need a tabbed appearance

and also
on implementing the above, if i click on "report dates" tab, it adds an extra tab to the design??

Pls help me with code?? hat am i missing???

I need to put 3 listboxes in one tab and a radgrid in another tab??? how do i implement this.
Pls correct my code too.

Thanks,
ZR

 

1 Answer, 1 is accepted

Sort by
0
Helen
Telerik team
answered on 05 Aug 2009, 10:52 AM
Hi Zaheka,

For some reason RadTabStrip css files are not registered on the page.
Please find attached our test project. Could you please modify it so we can see the exact problem?

Regards,
Helen
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
TabStrip
Asked by
Ayesha
Top achievements
Rank 1
Answers by
Helen
Telerik team
Share this question
or