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

RAD Menu control (ASP.NET) not formated

3 Answers 78 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Keith
Top achievements
Rank 1
Keith asked on 03 Jun 2008, 12:51 PM
I am evaluating the ASP.NET RAD Controls package and I have a menu control on a form. It displays OK on my devlopment pc. But when the test page is moved to a test server, it loose all its formating and dispalys as an unordered list. The Telerik.Web.UL.dll and Telerik.Web.UL.xml are in place on both machines. So, what am I missing?

Also the same test page has an AJAX implemented grid control with an XML data source. On my deveopment machine all is well, but on the test server, the grid does not display formated until you click an edit or delete link fir an item in the grid. What's up with that?

Thanks in advance,

K.E.

3 Answers, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 04 Jun 2008, 03:43 PM
Hello Keith,

Loss of formating indicates that the required CSS files have not been loaded for some reason. You can try inspecting with FireBug (for FireFox) or Fiddler (for Internet Explorer) what the server returns when CSS files are requested (look for ScriptResource.axd).

Regards,
Albert
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Keith
Top achievements
Rank 1
answered on 05 Jun 2008, 12:38 PM
Thanks for the response.

On my test machine, the browser is making the request to get the style sheet and it gets returned. However, on the test box, the request does not appear in Fire bug and no style info is returned.

When I view the source code page in the browser, both environments have the link: 

<link href="/Telerik.Web.UI.WebResource.axd?_TSM_CombinedScripts_=%3b%3bTelerik.Web.UI%2c+Version%3d2008.1.515.20%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3a346383ce-03a5-4cc7-95f2-c32b6396adba%3a2cfb35c4%3ac535ecb4%3aa9e466a6" type="text/css" rel="stylesheet" /></head>

So, I am not sure what's up.

Keith




0
Atanas Korchev
Telerik team
answered on 05 Jun 2008, 01:55 PM
Hello Keith,

This is strange. The browser should always request the rendered resources. Could you please check again in the Net tab in firebug (screenshot attached) and see what the server returned for this url:
/Telerik.Web.UI.WebResource.axd?_TSM_CombinedScripts_=%3b%3bTelerik.Web.UI%2c+Version%3d2008.1.515.20%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3a346383ce-03a5-4cc7-95f2-c32b6396adba%3a2cfb35c4%3ac535ecb4%3aa9e466a6

Alternatively you can manually request that url in your browser. Normally the CSS file should be served. You should add your application URL in front of it:

http://servername:port/applicationname/Telerik.Web.UI.WebResource.axd?_TSM_CombinedScripts_=%3b%3bTelerik.Web.UI%2c+Version%3d2008.1.515.20%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3a346383ce-03a5-4cc7-95f2-c32b6396adba%3a2cfb35c4%3ac535ecb4%3aa9e466a6


Let us know how it went,

Albert
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Menu
Asked by
Keith
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Keith
Top achievements
Rank 1
Share this question
or