Commented Issue: Paste from MS Word (with cleanup) in HTMLEditorExtender [26985]
We need the two paste operation:Paste Plain TextPaste from MS Word (with cleanup)in the new HTMLEditorExtender. Like we had in the old HTMLEditor.Comments: Have any one found a fix for pasting from...
View ArticleCommented Unassigned: ExtenderControlBase.GetScriptReference [27706]
Hello,Inheriting from ExtenderControlBase in the previous version of AjaxControlToolkit we don't worry about GetScriptReference. Unfortunately after update to last version our extenders don't load...
View ArticleCommented Unassigned: ClientScriptResource not loading scripts. [27585]
Hi,I have created some custom controls using ExtenderBase. Everything seems to be working fine with the old library (4.1.60501). Recently i have updated the ajaxcaontroltoolkit (4.1.7005) using Nuget....
View ArticleCommented Unassigned: Problem with custom control [27616]
If the namespace of custom control that use AjaxControlToolkit different from AssemblyName the application fail in ToolkitScriptManagerConfig class (line 233: "Processing custom controls") If I add new...
View ArticleCommented Unassigned: Issue with bundling and customn controls [27545]
Hello,Using customn controls with bundling fails due to following code:registeredControls.Add(ToolkitScriptManagerHelper.GetAssembly(control.Assembly) .GetType(control.Assembly + "." +...
View ArticleCommented Unassigned: 'myType' is undefined - ScriptResource file not being...
Following the update to the July 2013 release (v4.1.7.725), I have found that the script resource files for my custom extenders are not being loaded. In addition, it seems that the script resource...
View ArticleCommented Unassigned: Exception when registering a custom control in bundles...
After upgrading to the last version, and upgrading my project to handle control bundles as said in the blog post [July 2013 Release of the Ajax Control...
View ArticleCreated Unassigned: Adding/Removing Header Click Handler in Ajax Accordion...
Hi I got stuck with the issue while using accordion wat i want to do is i want to add and remove header click handler of accordion pane based on the buttton click outside the accordion I am using a...
View ArticleCreated Unassigned: Great Difficulties Installing Ajax Control Toolkit!...
Windows 7. Visual Studio Ultimate 2013 Update 2.First, when you download the toolkit, the zip file and subsequently uncompressed files have to be unblocked before they can be used. This is not noted in...
View ArticleCommented Unassigned: 'Seadragon.Seadragon.Config.js' requires version...
Been using the toolkit for years, but today I installed it on a new domain. I used NuGet to install it. Production environment is asp.net 4.0. Development tool is VS2012. Installed version is 7.1213.I...
View ArticleCommented Issue: CascadingDropDown values resetting on Postback [20137]
I have two CascadingDropDown controls on a page that is within an updatePanel. I have a save button that is also within the updatePanel. When the save button is pressed, the record is saved properly...
View ArticleCreated Unassigned: Calendar extender within collapsible panel extender...
Hello,I'm using a calendar extender within a collapsible panel and the calendar extender popup is cut off. (see attachment). Does anybody have a workarround to this issue?ThanksMaxime
View ArticleCreated Unassigned: ToggleButtonExtender image not displaying in Disabled...
<tr><td>Primary:</td><td><ajax:ToggleButtonExtender runat="server" ID="tbePrimaryDept" TargetControlID="chkPrimaryDept" CheckedImageUrl="EmployeeCentralImages/yes.PNG"...
View ArticleEdited Unassigned: ToggleButtonExtender image not displaying in Disabled mode...
> Markup. Checkbox is disabled in code-behind based a business rule.```<ajax:ToggleButtonExtender runat="server" ID="tbePrimaryDept" TargetControlID="chkPrimaryDept"...
View ArticleEdited Unassigned: ToggleButtonExtender image not displaying in Disabled mode...
> Markup. Checkbox is disabled in code-behind based on a business rule.```<ajax:ToggleButtonExtender runat="server" ID="tbePrimaryDept" TargetControlID="chkPrimaryDept"...
View ArticleCreated Unassigned: TabPanel [27714]
Can Somw one correct the Render Methodthis: base.AddAttributesToRender(writer); writer.AddAttribute(HtmlTextWriterAttribute.Id, ClientID); writer.AddAttribute(HtmlTextWriterAttribute.Class,...
View ArticleEdited Unassigned: TabPanel [27714]
Can some one pleasy correct the Render Method of the TabPanelthis: base.AddAttributesToRender(writer); writer.AddAttribute(HtmlTextWriterAttribute.Id, ClientID);...
View ArticleCreated Unassigned: CalendarExtender Not Working [27715]
I setup a new project/website with Ajax Control toolkit 4.5 December release and I run IIS 8 on windows server 2012 R2. When I add the calendar extender it does not populate when I click the textbox...
View ArticleCommented Unassigned: CalendarExtender Not Working [27715]
I setup a new project/website with Ajax Control toolkit 4.5 December release and I run IIS 8 on windows server 2012 R2. When I add the calendar extender it does not populate when I click the textbox...
View ArticleCreated Unassigned: listsearchExtender issue [27716]
hello ,I am using the listSearchExtender on a dropdownlist and it works fine in firefox The issue I am encountering is when I use iE8 the prompt text won't be displayed and when I start typing only one...
View Article