Commented Issue: MaskEditValidator does not work with date input using format...
MaskEditValidator does not validate correctly if the date format is dd/mm/yyyy.Attached is the fix for the bug.In the following file...
View ArticleCommented Issue: MaskEditValidator does not work with date input using format...
MaskEditValidator does not validate correctly if the date format is dd/mm/yyyy.Attached is the fix for the bug.In the following file...
View ArticleCommented Issue: ComboBox don't work with firefox [27215]
ajax toolkit 4.1.60623net 4firefox 13.0.1Autosuggestion Problem.With IE work fine but with firefox when I try to write something (anything) the control remain blank. If the control has something (some...
View ArticleCreated Issue: LoadControl Issue [27259]
I have also added this to StackOverFlow: http://stackoverflow.com/questions/12313115/trying-to-loadcontrol-to-an-tabpanel-in-ajaxtoolkitI am trying to LoadControl into a Tab with AjaxToolKit...
View ArticleCommented Issue: Error in Tabs Ajax Control Toolkit. [27237]
Hi,I found an error in Tabs of ajax control toolkit, I have downloaded the last version of June 2012 Release, the erros occors in the other versions too.The error consist in have a TabContainer inside...
View ArticleCommented Issue: PopupControl Extender Top Position Issue - A Proposed Fix...
When the extender's position is set to top, the entire popup doesn't appear above the target control. I have made a slight change in PopupControlBehavior.pre.js to getTopOffset function to fix this....
View ArticleCreated Issue: Null reference exception asp.net 4.5 and 4.0 [27290]
I am having a null exception with ajaxControlKit i googled it but no solution found
View ArticleCommented Issue: Problem with tabcontainer in IE8 [27201]
Hello, My team and me have developped a control using some ajax controls... The main control used is the tabcontainer containing 2-3 tabPanels.Our control is working perfectly in ie9, firefox, chrome,...
View ArticleCreated Issue: MaskedEditExtender Browsers with WebKit [Fixed] [27291]
Can you include this patch in the next version of AjaxControlToolkit? Thanks.
View ArticleEdited Issue: MaskedEditExtender Browsers with WebKit [Fixed] [27291]
Can you include this patch in the next version of AjaxControlToolkit? Thanks.Only replace the files with the current version.
View ArticleCommented Issue: MaskedEdit "backspace" problem with safari and chrome --...
"backspace" does not work with the MaskedEditExtender in safari and chromeit even fails on http://www.asp.net/ajax/ajaxcontroltoolkit/Samples/MaskedEdit/MaskedEdit.aspxthe fix is easy. in the current...
View ArticleCreated Issue: Accordion's SelectedIndex doesn't count hidden panes, other...
The selectedindex property on Accordion presumably just gets translated into a javascript call - so panes hidden on the server don't count, but other serverside methods (such as...
View ArticleCommented Issue: HtmlEditorExtender does not render in an inactive TabPanel...
If the HtmlEditorExtender is used in a TabPanel which is not initially active on page load, then all that is displayed is what appears to be a very narrow vertical scrollbar on the left side of the...
View ArticleCreated Issue: HTMLEditorExtender throwing JavaScript error if placed under a...
If the HtmlEditorExtender is used in a TabPanel which is not initially active on page load, then I get a Java Script error stating "Invalid Argument". This can be very easily seen using the attached...
View ArticleCommented Issue: HTMLEditorExtender throwing JavaScript error if placed under...
If the HtmlEditorExtender is used in a TabPanel which is not initially active on page load, then I get a Java Script error stating "Invalid Argument". This can be very easily seen using the attached...
View ArticleCommented Issue: ValidatorCallout: dropdown can show through in IE6 [14674]
This markup shows the problem: run it in IE6 and press the enter key when the focus is in the empty edit box, to invoke the validation. Dropdown partially shows through the ValidatorCallout.Use of IE...
View ArticleCommented Issue: Error at runtime for the new (May 2012) release [27146]
I get the following error at runtime after simply putting a control on a page:"The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>)."I've attached...
View ArticleCreated Issue: Issue with multiple AsyncFileUpload Control [27294]
Hi,I have requirement to have multiple AsyncFileUpload control on aspx page.I am using this two -<cc1:AsyncFileUpload ID="AsyncFileUpload1" runat="server" Width="500px" CompleteBackColor="Lime"...
View ArticleCreated Issue: force attributes to be double quoted don't work for:img tag...
Client\MicrosoftAjax.Extended\HtmlEditorExtender\HtmlEditorExtenderBehavior.Pre.jsline:722 change toif (tag.toLowerCase().substring(0, 2) != '<a' && tag.toLowerCase().substring(0, 4) !=...
View ArticleCommented Issue: force attributes to be double quoted don't work for:img tag...
Client\MicrosoftAjax.Extended\HtmlEditorExtender\HtmlEditorExtenderBehavior.Pre.jsline:722 change toif (tag.toLowerCase().substring(0, 2) != '<a' && tag.toLowerCase().substring(0, 4) !=...
View Article