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

PanelBar UI issue

5 Answers 81 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
Wenchao
Top achievements
Rank 1
Wenchao asked on 13 Nov 2008, 09:55 AM
Hi
I have some small UI issue with PanelBar, everything was working fine locally, problem would only happen on the server and it is very inconsistent, happened now and then, but really annoying.

I'm using Q3 2008 trial version
can someone please tell me what is the reason for that ?

Normal 

Broken

5 Answers, 1 is accepted

Sort by
0
Accepted
Atanas Korchev
Telerik team
answered on 13 Nov 2008, 01:48 PM
Hello Wenchao,

This error occurs when the panelbar base CSS file fails to load for some reason. This may occur if you are showing the panelbar control with ajax. If this is the case you can try manually registering the CSS file in your head tag:

<link rel="stylesheeet" href="/Panelbar.css" type="text/css"></link>

You can get the Panelbar.css file from the Skins folder of your RadControls installation.

I hope this helps,
Albert
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Wenchao
Top achievements
Rank 1
answered on 08 Dec 2008, 01:14 AM
hi Albert ,
Thanks for the code, the situation is a little bit strange here, it worked perfectly on my local machine when building with visual studio 2008,and I didn't need to  add "<link rel="stylesheeet" href="/Panelbar.css" type="text/css"/>".
However it's not working properly on the server, not only radpanel but also radstrip, rad window, and rad grid as well, the screens are not displayed properly, the situation happened frequently even with the code added.
Does any one know about this issue?
Or is there any configuration for the server like Framework 3.5 sp1 ? Thanks in advance.
0
Atanas Korchev
Telerik team
answered on 08 Dec 2008, 12:52 PM
Hi Wenchao,

We need to reproduce the problem locally to tell what the reason is. Is there any live url of your application? Alternatively you can open a support ticket and send us a sample running web site.

All the best,
Albert
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Wenchao
Top achievements
Rank 1
answered on 09 Dec 2008, 10:03 AM
hi Albert ,
after some test, I realise the problem may not about telerik controls, but may be related.

The situation for me is like this:
    the application is for internal use, and tested on the internal server ( that's the place with trouble), and after tring hundreds of times on that server I cannt figure out why, cause the application woking perfectly on my local machine.
Then I tried the application on the external site( which is hosted by another company), and the screen, the layouts also works fine. SO  there must be something is not properly configured for the internal server.
I'm pretty new in the web applications, is there ant suggestion for the environment setups( using Framework 2.0 )? which ones need to be installed?
0
Atanas Korchev
Telerik team
answered on 09 Dec 2008, 11:30 AM
Hi Wenchao,

If deploying a .NET2 web application you only need the .NET2 framework and ASP.NET Ajax 1.0 installed. I presume you have them both as otherwise your application won't display at all.

I also suggest you check for any web resource related problems as described in this blog post.

Regards,
Albert
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
PanelBar
Asked by
Wenchao
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Wenchao
Top achievements
Rank 1
Share this question
or