We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Rendering Essential Grid in IIS

Hello. I'm following the quick start guide located at http://help.syncfusion.com/ug_91/User%20Interface/ASP.NET%20MVC/Grid/index.htm with Visual Studio 2010, .Net 4.0, Syncfusion 9.104.0.24, IIS 7.5, Windows 7 64-bit.

If I run the final project via the ASP.NET Development Server, then I get a webpage with the expected output. However, when I publish or deploy this project to IIS hosted on my local box, the grid is only text, and looks as if no styles are applied.

I've run through the guide a few times and hunted this forum and the knowledge base, but the solution is not obvious to me.

I have the following in the head tag of my master page:
<%=Html.Syncfusion().StyleManager()
.Register(styleSheet =>
{
styleSheet.Add(ComponentType.Grid);
}) %>

And this is present as the last line in the body tag:
<%=Html.Syncfusion().ScriptManager()%>

Any ideas?



1 Reply

SN Sridhar N Syncfusion Team May 10, 2011 03:32 PM UTC

Hi Alexander,

Thanks for your interest in Syncfusion products.

We have provided response to your query in incident 80180.

Could you please follow up in the above incident.

Please let us know if you have any queries.

Regards,
Sridhar N



Loader.
Live Chat Icon For mobile
Up arrow icon