5 Answers, 1 is accepted
0
Accepted
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.
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.
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
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.
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?
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
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.
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.