我想升級Telerik和AjaxControlToolKit控件。有了這個改變,我不得不使用AjaxControlToolKitManager。我已經在ToolKitScriptManager的ControlBundle下引用的AjaxControlTool.Config中定義了ControlBundle。通過此更改,拖放Telerik RadGrid無法正常工作。你能幫我解決這個問題嗎?請讓我知道你是否想要更多的細節。這是我的代碼RadGrid選擇行拖放不工作如果使用AjaxControlToolKit.Config
<ajaxToolkit:ToolkitScriptManager ID="masterPageScriptManager" runat="server" AsyncPostBackTimeout="1200" ScriptMode="Release" EnablePageMethods="true"
EnableScriptGlobalization="true" CombineScripts="false">
<CompositeScript>
<Scripts>
<asp:ScriptReference path = "~/Telerik/Scripts/Common/Core.js" />
<asp:ScriptReference path = "~/Telerik/Scripts/Ajax/Ajax.js" />
<asp:ScriptReference path = "~/Telerik/Scripts/Common/jQuery.js" />
<asp:ScriptReference path = "~/Telerik/Scripts/Common/jQueryPlugins.js" />
<asp:ScriptReference path = "~/Telerik/Scripts/Common/Scrolling/ScrollingScripts.js"/>
<asp:ScriptReference path = "~/Telerik/Scripts/Common/Navigation/OData/OData.js" />
<asp:ScriptReference path = "~/Telerik/Scripts/Common/AnimationFramework/AnimationFramework.js" />
<asp:ScriptReference path = "~/Telerik/Scripts/Common/Navigation/OverlayScript.js" />
<asp:ScriptReference path = "~/Telerik/Scripts/Common/Navigation/NavigationScripts.js" />
<asp:ScriptReference path = "~/Telerik/Scripts/Menu/RadMenuScripts.js" />
<asp:ScriptReference path = "~/Telerik/Scripts/Menu/ContextMenu/RadContextMenuScripts.js" />
<asp:ScriptReference path = "~/Telerik/Scripts/Menu/MenuItem/RadMenuItem.js" />
<asp:ScriptReference path = "~/Telerik/Scripts/Menu/Views/ClassicView.js" />
<asp:ScriptReference path = "~/Telerik/Scripts/AutoCompleteBox/RadAutoCompleteBoxScripts.js" />
<asp:ScriptReference path = "~/Telerik/Scripts/Common/Popup/PopupScripts.js" />
<asp:ScriptReference path = "~/Telerik/Scripts/Spell/SpellCheckService.js" />
<asp:ScriptReference path = "~/Telerik/Scripts/Common/LayoutBuilder/LayoutBuilderEngine.js" />
<asp:ScriptReference path = "~/Telerik/Scripts/Common/Widgets/Draggable.js" />
<asp:ScriptReference path = "~/Telerik/Scripts/Common/Widgets/Resizable.js" />
<asp:ScriptReference path = "~/Telerik/Scripts/Editor/RadEditor.js" />
<asp:ScriptReference path = "~/Telerik/Scripts/Dialogs/RadDialogOpenerScripts.js" />
<asp:ScriptReference path = "~/Telerik/Scripts/Common/Animation/AnimationScripts.js" />
<asp:ScriptReference path = "~/Telerik/Scripts/Common/TouchScrollExtender.js" />
<asp:ScriptReference path = "~/Telerik/Scripts/Window/RadWindowScripts.js" />
<asp:ScriptReference path = "~/Telerik/Scripts/Grid/RadGridScripts.js" />
<asp:ScriptReference path = "~/Telerik/Scripts/ComboBox/RadComboBoxScripts.js" />
<asp:ScriptReference path = "~/Telerik/Scripts/ComboBox/Views/ClassicView.js"/>
</Scripts>
</CompositeScript>
<ControlBundles>
<ajaxToolkit:ControlBundle Name="AdminMaster" />
</ControlBundles>
</ajaxToolkit:ToolkitScriptManager>
<ajaxControlToolkit>
<controlBundles>
<controlBundle name="AdminMaster">
<control name="ModalPopupExtender"></control>
<control name="CalendarExtender"></control>
<control name="CascadingDropDown"></control>
<control name="CollapsiblePanelExtender"></control>
<control name="AutoCompleteExtender"></control>
<control name="FilteredTextBoxExtender"></control>
<control name="TextBoxWatermarkExtender"></control>
<control name="MaskedEditExtender"></control>
<control name="MaskedEditValidator"></control>
</controlBundle>
</controlBundles>
</ajaxControlToolkit>