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

RadScriptManager

2 Answers 98 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
reza
Top achievements
Rank 1
reza asked on 07 May 2011, 12:10 PM
Hi
I've added this tag to a page :

 

 

        <telerik:RadScriptManager ID="RadSkinManager1" runat="server">
            <Scripts>
                <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.Core.js" />
                <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQuery.js" />
            </Scripts>
        </telerik:RadScriptManager>

 

 

 

 

 

 

 


but javascript intellisenes doesn't work
(I'm working with VS2010)
Please tell me wath should I do?
Thanks for your feedbacks

2 Answers, 1 is accepted

Sort by
0
Simon
Telerik team
answered on 11 May 2011, 04:35 PM
Hi reza,

IntelliSense will not work if RadScriptManager is used instead of ScriptManager. For all intents and purposes, the reference to the later seems to be hard coded in Visual Studio. So, when you write your code you can use the ScriptManager to get the intellisense working and when ready - replace the ScriptManager with RadScriptManager.

I hope this helps.

Best wishes,
Simon
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
reza
Top achievements
Rank 1
answered on 17 May 2011, 06:12 PM
OK
Thank you very much
Tags
General Discussions
Asked by
reza
Top achievements
Rank 1
Answers by
Simon
Telerik team
reza
Top achievements
Rank 1
Share this question
or