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

telerik RadGrid with ToolkitScriptManager error

4 Answers 122 Views
ScriptManager and StyleSheetManager
This is a migrated thread and some comments may be shown as answers.
Ahmad
Top achievements
Rank 1
Ahmad asked on 04 Aug 2010, 10:28 AM

Hi,

I have “ToolkitScriptManager” in the master page, a lot of Ajax control toolkit controls and “RadAjaxManager”, “RadGrid” in the web application pages.

After adding the “RadGrid” I have this script error “Error: Object doesn't support this property or method”

I’m using the following

  • Microsoft Visual Studio 2008
  • Framework 3.5 SP1
  • "RadControls_for_ASP.NET_AJAX_2008_3_1314_dev" (RadControls for ASPNET AJAX Q3 2008)
  • AjaxControlToolkit.dll, File Version: 3.5.40412.2


Regards,

4 Answers, 1 is accepted

Sort by
0
Ahmad
Top achievements
Rank 1
answered on 04 Aug 2010, 10:35 AM
I want to add that i tried to do the following but it didn't work

<telerik:RadScriptManager ID="uxScriptManager" runat="server" EnableTheming="True"
        EnablePartialRendering="true" EnableScriptCombine="false">
        <Scripts>
            <asp:ScriptReference Path="~/Scripts/MicrosoftAjax.debug.js" />
            <asp:ScriptReference Path="~/Scripts/MicrosoftAjax.js" />
            <asp:ScriptReference Path="~/Scripts/MicrosoftAjaxWebForms.js" />
        </Scripts>
</telerik:RadScriptManager>

with EnableScriptCombine="false" and "true"
with <asp:ScriptReference Path="~/Scripts/MicrosoftAjax.debug.js" /> and without it
0
Martin
Telerik team
answered on 09 Aug 2010, 11:44 AM
Hello Ahmad,

Indeed there was an issue with our AJAX controls (RadAjaxManager, RadAjaxPanel) when used along with a ToolkitScriptManager. It is fixed in the Q1 2010 SP2 (2010.1.519) version of RadControls for ASP .NET AJAX. My suggestion is to upgrade your project to use that or a later version.

I hope this helps

Kind regards,
Martin
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
N
Top achievements
Rank 1
answered on 17 Jul 2014, 12:44 PM
Unable to put Radcombobox for inline code. Getting Error:Microsoft JScript runtime error: Unable to get value of the property 'top': object is null or undefined
0
Hristo Valyavicharski
Telerik team
answered on 22 Jul 2014, 10:50 AM
Hi,

Are you using Ajax Toolkit? Please look here: http://www.telerik.com/forums/microsoft-jscript-runtime-error-unable-to-get-value-of-the-property-ui-object-is-null-or-undefined

Regards,
Hristo Valyavicharski
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
ScriptManager and StyleSheetManager
Asked by
Ahmad
Top achievements
Rank 1
Answers by
Ahmad
Top achievements
Rank 1
Martin
Telerik team
N
Top achievements
Rank 1
Hristo Valyavicharski
Telerik team
Share this question
or