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

Pathatic rad panel rendering. Is the rad panel using by someone, please help me

3 Answers 33 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
Rajeev
Top achievements
Rank 1
Rajeev asked on 14 Jan 2012, 06:22 AM
Hi

       Please see the screen shot of rad panel bar. If some one have some suggestions. please help me

Thanks
Rajeev

3 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 16 Jan 2012, 07:53 AM
Hello Rajeev,

I tried the same scenario which worked as expected in my end. Here is the sample code.
aspx:
<telerik:RadPanelBar runat="server" ID="RadPanelBar2" Height="380px" ExpandMode="FullExpandedItem">
  <Items>
     <telerik:RadPanelItem Text="Mail" Expanded="True">
         <Items>
            <telerik:RadPanelItem Text="Inbox">
              <Items>
                <telerik:RadPanelItem Text="Sender" ></telerik:RadPanelItem>
                <telerik:RadPanelItem Text="Recipient"></telerik:RadPanelItem>
                <telerik:RadPanelItem Text="Drafts"></telerik:RadPanelItem>
              </Items>
            </telerik:RadPanelItem>
           . . . .
</telerik:RadPanelBar>
Attached is the screenshot.

-Shinu.
0
Rajeev
Top achievements
Rank 1
answered on 17 Jan 2012, 05:43 AM
Thanks for the replay. I tried the basic use of rad panel it was working fine. i tried to create it dynamically. as per this sample. I am using IE 8

http://demos.telerik.com/aspnet-ajax/panelbar/examples/populatingwithdata/dynamiccreation/defaultcs.aspx

Thanks
Rajeev
0
Kate
Telerik team
answered on 17 Jan 2012, 09:03 AM
Hello Rajeev,

The appearance that you get of the RadPanelBar control is indeed very strange one. It seems that the skin is not being applied. However, to be able to determine the reason causing this, I would ask you to open a support ticket with a simplified runnable that we could test locally and help you out.

Kind regards,
Kate
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
PanelBar
Asked by
Rajeev
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Rajeev
Top achievements
Rank 1
Kate
Telerik team
Share this question
or