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

Kendo UI MVC Not Rendering Correctly on IIS7

2 Answers 82 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Dan
Top achievements
Rank 1
Dan asked on 02 Jun 2015, 07:44 PM

I have a situation where Kendo works and renders correctly on my local VS dev environment, but when deployed to IIS I have two issues that I think are related.

1) Kendo controls are not rendering properly as if the css files are not fully recognized. For example, color BlueOpal is applied to the button, but the border is not the same.

2) Kendo control values are not reconized on IIS.  So for the following code:

@(Html.Kendo().Button()
.Name("showButton")
.HtmlAttributes(new { type = "submit", name = "ButtonType", value = "Show" })
.Content("Apply Selected Template"))

 So 'ButtonType' value of 'Show' works (in the controller) on local dev, but not when rendered by IIS. 

Kendo UI MVC version: 2015.1.318

I verified that all the script, content, css, etc. files are fully copied and identical on IIS as they are in my dev environment.

2 Answers, 1 is accepted

Sort by
0
Dan
Top achievements
Rank 1
answered on 02 Jun 2015, 08:08 PM
I will add that the generated HTML is exactly the same within my dev environment and that returned by the IIS7 server.
0
Dimo
Telerik team
answered on 04 Jun 2015, 12:49 PM
Hi Dan,

Most probably, IE is running in compatibility mode in the second case, which is neither recommended, nor supported.

http://docs.telerik.com/kendo-ui/browsers-support#important-notes

Regards,
Dimo
Telerik
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 Feedback Portal and vote to affect the priority of the item
Tags
General Discussions
Asked by
Dan
Top achievements
Rank 1
Answers by
Dan
Top achievements
Rank 1
Dimo
Telerik team
Share this question
or