Hello,
I’ve gotten a “Telerik” license recently and I’ve been working the last months without problem. However, when the computer does not have internet connection, some errors occur suddenly. Because of that, I have the following questions:
- Does “Telerik” need internet connection to work correctly?
- Am I doing something wrong?
I was wondering if I’ve done a bad installation of “Telerik” or, perhaps, something is missing.
To be more specific, I am using the following components:
Error:
Failed to load resource https://d2i2wahzwrm1n5.cloudfront.net/ajaxz/2012.2.607/Common/Navigation/OData/OData.js
Uncaught TypeError: Cannot set property 'scriptsFailed' of undefined Telerik.Web.UI.WebResource.axd:9
GET https://d2i2wahzwrm1n5.cloudfront.net/ajaxz/2012.2.607/Common/Navigation/OData/OData.js Telerik.Web.UI.WebResource.axd:9
Uncaught TypeError: Cannot set property 'scriptsFailed' of undefined Telerik.Web.UI.WebResource.axd:9
2. RadWindow - Telerik's ASP.NET Window
Error:
Failed to load resource http://aspnet-scripts.telerikstatic.com/ajaxz/2012.2.607/Common/Navigation/NavigationScripts.js
Uncaught ReferenceError: Telerik is not defined
I wish you could help with this problem and I would appreciate your help.
Thank you!!
<
div
class
=
"RadComboBox RadComboBox_Vista"
id
=
"rcbExistingRoles"
style
=
"width: 160px; position: relative;"
_events
=
"[object Object]"
control
=
"[object Object]"
value
=
""
>
<
table
class
=
"rcbDisabled"
style
=
"width: 100%; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-collapse: collapse; table-layout: fixed;"
summary
=
"combobox"
>
<
tbody
>
<
tr
class
=
"rcbReadOnly"
>
<
td
class
=
"rcbInputCell rcbInputCellLeft"
style
=
"width: 100%; margin-top: -1px; margin-bottom: -1px;"
>
<
input
name
=
"rcbExistingRoles"
disabled
=
""
class
=
"rcbInput radPreventDecorate"
id
=
"rcbExistingRoles_Input"
style
=
"display: block;"
type
=
"text"
readOnly
=
""
_events
=
"[object Object]"
autocomplete
=
"off"
jQuery17206440974672821855
=
"2"
/>
<
input
tabIndex
=
"-1"
class
=
"rcbFakeInput"
style
=
"left: 5px; top: 2px; width: 133px; height: 18px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; position: absolute; z-index: 1; background-color: transparent;"
/>
<
telerik:RadWindowManager
ID
=
"RadWindowManager1"
runat
=
"server"
Style
=
"z-index: 7001"
>
<
Windows
>
<
telerik:RadWindow
ID
=
"FileManager"
runat
=
"server"
Title
=
""
Height
=
"600px"
Width
=
"800px"
ReloadOnShow
=
"True"
Modal
=
"True"
Skin
=
"WebBlue"
VisibleStatusbar
=
"false"
ShowContentDuringLoad
=
"false"
/>
</
Windows
>
</
telerik:RadWindowManager
>
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="FileManager.aspx.cs" Inherits="ComplianceClient.MarketingScreens.FileManager" %>
<!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
>
<
telerik:RadCodeBlock
ID
=
"RadCodeBlock1"
runat
=
"server"
>
<
style
type
=
"text/css"
>
#<%=RadFileExplorer1.ClientID%>_uploadContainer
{
overflow-x: hidden !important;
}
</
style
>
</
telerik:RadCodeBlock
>
</
head
>
<
body
>
<
form
id
=
"form1"
runat
=
"server"
>
<
telerik:RadScriptManager
ID
=
"RadScriptManager1"
runat
=
"server"
>
</
telerik:RadScriptManager
>
<
div
>
<
asp:Literal
ID
=
"lblScript"
runat
=
"server"
></
asp:Literal
>
<
asp:Label
ID
=
"lblErrorMessage"
runat
=
"server"
Font-Bold
=
"True"
ForeColor
=
"Red"
></
asp:Label
>
<
telerik:RadFileExplorer
ID
=
"RadFileExplorer1"
runat
=
"server"
Skin
=
"WebBlue"
Width
=
"100%"
style
=
"z-index:7001"
>
<
Configuration
EnableAsyncUpload
=
"true"
/>
</
telerik:RadFileExplorer
>
</
div
>
</
form
>
</
body
>
</
html
>
RadFileExplorer1.WindowManager.Style.Add("z-index", "100001");
<
telerik:GridNumericColumnEditor
runat
=
"server"
ID
=
"GridColumnEditor_Percentage"
>
<
NumericTextBox
Culture
=
"en-US"
DisplayText
=
""
LabelCssClass
=
""
LabelWidth
=
"64px"
AutoPostBack
=
"true"
MinValue
=
"0"
OnTextChanged
=
"RadNumericTextBoxGrid_TextChanged"
>
<
NumberFormat
ZeroPattern
=
"n"
DecimalDigits
=
"0"
/>
</
NumericTextBox
>
</
telerik:GridNumericColumnEditor
>