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

[Solved] GRID not rendering well on a IIS 6 server

7 Answers 42 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Jimmy
Top achievements
Rank 1
Jimmy asked on 13 Jan 2011, 09:52 PM
Hello,

I'm using MVC 2 RAD components, but i'm having some troubles rendering the Grid, the columns and cells actually appear collapsed and i need to resize them manually for view it fine.

I have a IIS 6 on a Windows 2003 Server
using ASP.NET MVC 2 and Telerik MVC 2

On my development machine works fine, but on the production server doesn't

My development machine is on
Windows 7 professional with IIS 7

Please let me know about the possible issue.

Best regards

7 Answers, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 14 Jan 2011, 08:42 AM
Hi Jimmy,

 Are you using script or CSS combination? Probably the asset.axd HTTP handler is not properly registered. Check this help article for further instructions.

Regards,
Atanas Korchev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Jimmy
Top achievements
Rank 1
answered on 24 Jan 2011, 10:45 PM
Thanks for your reply, I try the registering the HttpHandler as indicated, but it doesn't work yet, in fact I have another problem, the menus are shown beneath other telerik components.

I put un web.config file the next code:

<add verb="GET,HEAD" path="asset.axd" validate="false" type="Telerik.Web.Mvc.WebAssetHttpHandler, Telerik.Web.Mvc"/>

would be necessary something else?

I'm using the
Html.Telerik().ScriptRegistrar().Render()
on site.master

please help.

Regards
0
Rosen
Telerik team
answered on 25 Jan 2011, 09:03 AM
Hello Jimmy,

You can check if the resources are served correctly by using tools like Fiddler or FireBug. Also you should verify that the .axd extension is registered to be handled by IIS6.

All the best,
Rosen
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Jimmy
Top achievements
Rank 1
answered on 25 Jan 2011, 06:35 PM
Hello,

I was looking for asset.axd file and there is no exist, please tell me how can i create it or find an example.
It seems to be the problem, because all other is just fine, th css and js files are already available.

Thanks
0
Rosen
Telerik team
answered on 26 Jan 2011, 08:36 AM
Jimmy,

There should be no physical asset.axd file in your project. This file is located in the Telerik.Web.Mvc extension assembly and in order to use it, it should be registered as shown in the help article mentioned by my colleague Atanas.

Also, did you managed to check the http requests using the suggested tools from my previous message?


Rosen
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Jimmy
Top achievements
Rank 1
answered on 26 Jan 2011, 04:43 PM
Yes,  I'd use Firebug, actually on Firefox it works fine, but on any IE version doesn't
I have already registered on web.config.

Any idea?
0
Rosen
Telerik team
answered on 26 Jan 2011, 05:17 PM
Hi Jimmy,

Could you please send us a small runnable project in which the behavior can be observed locally?

Regards,
Rosen
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Grid
Asked by
Jimmy
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Jimmy
Top achievements
Rank 1
Rosen
Telerik team
Share this question
or