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

Telerik Controls not displayed correctly, help please

6 Answers 293 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Joshua
Top achievements
Rank 1
Joshua asked on 08 Jul 2012, 12:58 AM
 

I have a simple webpage setup for testing. When I run the website under debug mode the controls display correct. However, when I move the website over to my server the control don't appear correct.

For example, the DatePicker function only has a link that says "Open the calander popup" instead of the little calander icon

And also the RadComboBox only has select instead of the drop down arrow.

There is no aspx.cs to show you guys, however here is my aspx. I'm pretty sure i'm missing something.

Here is the aspx

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="testingpage.aspx.cs" Inherits="testingpage" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
   
<title></title>
</head>
<body>
   
<form id="form1" runat="server">
<telerik:RadScriptManager ID="RadScriptManager1" runat="server">
</telerik:RadScriptManager>
<div>
   
<telerik:RadDatePicker ID="RadDatePicker1" runat="server">
   
</telerik:RadDatePicker>
   
<telerik:RadComboBox ID="RadComboBox1" runat="server">
   
</telerik:RadComboBox>
</div>
</form>
</body>
</html>

I do move the bin folder over which has all the dlls. I am running .net4.0 in intergrated mode.

6 Answers, 1 is accepted

Sort by
0
Joshua
Top achievements
Rank 1
answered on 08 Jul 2012, 01:16 AM
Using Windows 2008 server, iis 7 with 6.0 compatibility installed.
0
Rumen
Telerik team
answered on 10 Jul 2012, 12:06 PM
Hello,

Have you disabled JavaScript execution in your browser? RadControls are based on JavaScript and it should be enabled.

Do you get any JS errors on the page when the problem happen? Do you experience the problem in another browser: Firefox, Chrome, Opera?

If you test on Windows Server 2008 disable the IE ESC. The following article will show you how to do that: Disabling Internet Explorer Enhanced Security Configuration.

Best regards,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Joshua
Top achievements
Rank 1
answered on 10 Jul 2012, 01:25 PM
Hi Rumen thanks for the reply.

After a whole weekend I finally resolve the issue.  Here is the post about how I fixed it:
http://www.telerik.com/community/forums/aspnet-ajax/general-discussions/how-to-install-telerik-net-4-0-webserver-instructions.aspx

Why would the MSI not install all the dll's?
0
Rumen
Telerik team
answered on 13 Jul 2012, 11:52 AM
Hi,

I am happy to hear that you have resolved the issue.

As to your question: The Telerik.Web.UI.dll is not added to the GAC by the MSI installer on purpose. If it was added to the GAC, every time the user clicks the "Add a Reference"  button of Visual Studio, the Telerik.Web.UI assembly placed in the GAC will be listed and when selected the Telerik.Web.UI.dll will not be copied to the bin folder of the project. The missing assembly in the bin will introduce deployment problems, because when deployed to the production server the site will not contain the Telerik.Web.UI.dll and will throw errors that the assembly could not be found.

Best regards,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
SV
Top achievements
Rank 1
answered on 23 Mar 2017, 10:59 AM

Hi Rumen,

I am facing an issue with latest Kendo (kendoui.professional.2017.1.118.commercial). The kendo icons(Command button, calendar, grid icons, etc) are not displayed when i open the website in Microsoft web browser control. I am using Windows Server 2012 R2, but in other OS(win7) it is working fine.

The icons are visible in the following scenarios in Windows Server 2012 R2.

1. "Turn Off" Internet Explorer Enhanced Security Configuration(IE ESC) OR

2. Open the web site in IE browser first then open in Microsoft Web browser control.

How the icons will be displayed without turning off IE ESC feature. Could you please help whether there is any workaround or any thing to change in JS or CSS?

Thanks,

Santhosh.

0
Rumen
Telerik team
answered on 23 Mar 2017, 11:13 AM

Hi Santhosh,

Please, post any Kendo UI related questions in the Kendo UI forums or via the support ticket system.

Regards,
Rumen
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
General Discussions
Asked by
Joshua
Top achievements
Rank 1
Answers by
Joshua
Top achievements
Rank 1
Rumen
Telerik team
SV
Top achievements
Rank 1
Share this question
or