Quantcast
Channel: AjaxControlToolkit Work Item Rss Feed
Viewing all 3806 articles
Browse latest View live

Commented Unassigned: 15.1.3 MaskedEditExtender breaks CalendarExtender [27926]

$
0
0
When I upgraded from 15.1.2 to 15.1.3 the CalendarExtender stopped working and it appears the MaskedEditExtender is causing it. Tested by disabling the MaskedEditExtender and the CalendarExtender works again. I rolled back to 15.1.2 until resolved.

While on the subject: If the CalendarExtender had a couple of basic parameters like InputMask, InvalidValueMessage I could eliminate both the MaskedEditExtender and the MaskedEditValidator.


<asp:TextBox ID="txtInvoiceDate" runat="server" Text="" Width="150px" MaxLength="10" />
<ajax:MaskedEditExtender ID="MaskedEditExtender1" runat="server" TargetControlID="txtInvoiceDate" MaskType="Date" Mask="99/99/9999" UserDateFormat="MonthDayYear" PromptCharacter="_" Enabled="true" />
<ajax:MaskedEditValidator ID="MaskedEditValidator1" runat="server" ControlToValidate="txtInvoiceDate" ControlExtender="MaskedEditExtender1" InvalidValueMessage="* Invalid Date" IsValidEmpty="False" ForeColor="Red" />
<asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" Text="* Required" ControlToValidate="txtInvoiceDate" ForeColor="Red" Display="Dynamic" SetFocusOnError="true" />
<ajax:CalendarExtender ID="CalendarExtender1" runat="server" TargetControlID="txtInvoiceDate" Format="MM/dd/yyyy" Enabled="True" ValidateRequestMode="Enabled" />

Comments: We do not provide such kind of support. The best way to localize the issue is to see it in action and research a simple test project. Would you please create a sample where the problem is reproducible and send it to us?

Created Unassigned: ASP.NET Ajaxcontroltoolkit version 15.1 issue with AjaxControlToolkit.Styles.Backgrounds.min.css & AjaxControlToolkit.Styles.Calendar.min.css files [27933]

$
0
0
I am using the Ajaxcontrtoltoolkit version 15.1 with jquery together. i have couple of JQuery dialog on another dialog and doing some massive usercontrol operation on top of the jquery dialog.

on my second dialog when i try to use linkbutton, it creates error saying "404" not found on WebResource.axd pointing at below 2 css from AjaxControlToolkit 15.1

1) AjaxControlToolkit.Styles.Backgrounds.min.css &

2) AjaxControlToolkit.Styles.Calendar.min.css

Does any one aware of any issue related to these 2 files on Ajaxcontroltoolkit version 15.1????

Commented Unassigned: 15.1.3 MaskedEditExtender breaks CalendarExtender [27926]

$
0
0
When I upgraded from 15.1.2 to 15.1.3 the CalendarExtender stopped working and it appears the MaskedEditExtender is causing it. Tested by disabling the MaskedEditExtender and the CalendarExtender works again. I rolled back to 15.1.2 until resolved.

While on the subject: If the CalendarExtender had a couple of basic parameters like InputMask, InvalidValueMessage I could eliminate both the MaskedEditExtender and the MaskedEditValidator.


<asp:TextBox ID="txtInvoiceDate" runat="server" Text="" Width="150px" MaxLength="10" />
<ajax:MaskedEditExtender ID="MaskedEditExtender1" runat="server" TargetControlID="txtInvoiceDate" MaskType="Date" Mask="99/99/9999" UserDateFormat="MonthDayYear" PromptCharacter="_" Enabled="true" />
<ajax:MaskedEditValidator ID="MaskedEditValidator1" runat="server" ControlToValidate="txtInvoiceDate" ControlExtender="MaskedEditExtender1" InvalidValueMessage="* Invalid Date" IsValidEmpty="False" ForeColor="Red" />
<asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" Text="* Required" ControlToValidate="txtInvoiceDate" ForeColor="Red" Display="Dynamic" SetFocusOnError="true" />
<ajax:CalendarExtender ID="CalendarExtender1" runat="server" TargetControlID="txtInvoiceDate" Format="MM/dd/yyyy" Enabled="True" ValidateRequestMode="Enabled" />

Comments: please see attached for screenshot outlining the two issues with 15.1.3 MarkupExtender

Commented Unassigned: 15.1.3 MaskedEditExtender breaks CalendarExtender [27926]

$
0
0
When I upgraded from 15.1.2 to 15.1.3 the CalendarExtender stopped working and it appears the MaskedEditExtender is causing it. Tested by disabling the MaskedEditExtender and the CalendarExtender works again. I rolled back to 15.1.2 until resolved.

While on the subject: If the CalendarExtender had a couple of basic parameters like InputMask, InvalidValueMessage I could eliminate both the MaskedEditExtender and the MaskedEditValidator.


<asp:TextBox ID="txtInvoiceDate" runat="server" Text="" Width="150px" MaxLength="10" />
<ajax:MaskedEditExtender ID="MaskedEditExtender1" runat="server" TargetControlID="txtInvoiceDate" MaskType="Date" Mask="99/99/9999" UserDateFormat="MonthDayYear" PromptCharacter="_" Enabled="true" />
<ajax:MaskedEditValidator ID="MaskedEditValidator1" runat="server" ControlToValidate="txtInvoiceDate" ControlExtender="MaskedEditExtender1" InvalidValueMessage="* Invalid Date" IsValidEmpty="False" ForeColor="Red" />
<asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" Text="* Required" ControlToValidate="txtInvoiceDate" ForeColor="Red" Display="Dynamic" SetFocusOnError="true" />
<ajax:CalendarExtender ID="CalendarExtender1" runat="server" TargetControlID="txtInvoiceDate" Format="MM/dd/yyyy" Enabled="True" ValidateRequestMode="Enabled" />

Comments: please see attached for ZIP file with the TEST project I used to reproduce the issues.

Commented Unassigned: 15.1.3 MaskedEditExtender breaks CalendarExtender [27926]

$
0
0
When I upgraded from 15.1.2 to 15.1.3 the CalendarExtender stopped working and it appears the MaskedEditExtender is causing it. Tested by disabling the MaskedEditExtender and the CalendarExtender works again. I rolled back to 15.1.2 until resolved.

While on the subject: If the CalendarExtender had a couple of basic parameters like InputMask, InvalidValueMessage I could eliminate both the MaskedEditExtender and the MaskedEditValidator.


<asp:TextBox ID="txtInvoiceDate" runat="server" Text="" Width="150px" MaxLength="10" />
<ajax:MaskedEditExtender ID="MaskedEditExtender1" runat="server" TargetControlID="txtInvoiceDate" MaskType="Date" Mask="99/99/9999" UserDateFormat="MonthDayYear" PromptCharacter="_" Enabled="true" />
<ajax:MaskedEditValidator ID="MaskedEditValidator1" runat="server" ControlToValidate="txtInvoiceDate" ControlExtender="MaskedEditExtender1" InvalidValueMessage="* Invalid Date" IsValidEmpty="False" ForeColor="Red" />
<asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" Text="* Required" ControlToValidate="txtInvoiceDate" ForeColor="Red" Display="Dynamic" SetFocusOnError="true" />
<ajax:CalendarExtender ID="CalendarExtender1" runat="server" TargetControlID="txtInvoiceDate" Format="MM/dd/yyyy" Enabled="True" ValidateRequestMode="Enabled" />

Comments: please see attached for screenshot after rolling back to 15.1.2 with the two issues functioning correctly.

Reopened Unassigned: 15.1.3 MaskedEditExtender breaks CalendarExtender [27926]

$
0
0
When I upgraded from 15.1.2 to 15.1.3 the CalendarExtender stopped working and it appears the MaskedEditExtender is causing it. Tested by disabling the MaskedEditExtender and the CalendarExtender works again. I rolled back to 15.1.2 until resolved.

While on the subject: If the CalendarExtender had a couple of basic parameters like InputMask, InvalidValueMessage I could eliminate both the MaskedEditExtender and the MaskedEditValidator.


<asp:TextBox ID="txtInvoiceDate" runat="server" Text="" Width="150px" MaxLength="10" />
<ajax:MaskedEditExtender ID="MaskedEditExtender1" runat="server" TargetControlID="txtInvoiceDate" MaskType="Date" Mask="99/99/9999" UserDateFormat="MonthDayYear" PromptCharacter="_" Enabled="true" />
<ajax:MaskedEditValidator ID="MaskedEditValidator1" runat="server" ControlToValidate="txtInvoiceDate" ControlExtender="MaskedEditExtender1" InvalidValueMessage="* Invalid Date" IsValidEmpty="False" ForeColor="Red" />
<asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" Text="* Required" ControlToValidate="txtInvoiceDate" ForeColor="Red" Display="Dynamic" SetFocusOnError="true" />
<ajax:CalendarExtender ID="CalendarExtender1" runat="server" TargetControlID="txtInvoiceDate" Format="MM/dd/yyyy" Enabled="True" ValidateRequestMode="Enabled" />

Edited Unassigned: 15.1.3 MaskedEditExtender breaks CalendarExtender [27926]

$
0
0
When I upgraded from 15.1.2 to 15.1.3 the CalendarExtender stopped working and it appears the MaskedEditExtender is causing it. Tested by disabling the MaskedEditExtender and the CalendarExtender works again. I rolled back to 15.1.2 until resolved.

While on the subject: If the CalendarExtender had a couple of basic parameters like InputMask, InvalidValueMessage I could eliminate both the MaskedEditExtender and the MaskedEditValidator.


<asp:TextBox ID="txtInvoiceDate" runat="server" Text="" Width="150px" MaxLength="10" />
<ajax:MaskedEditExtender ID="MaskedEditExtender1" runat="server" TargetControlID="txtInvoiceDate" MaskType="Date" Mask="99/99/9999" UserDateFormat="MonthDayYear" PromptCharacter="_" Enabled="true" />
<ajax:MaskedEditValidator ID="MaskedEditValidator1" runat="server" ControlToValidate="txtInvoiceDate" ControlExtender="MaskedEditExtender1" InvalidValueMessage="* Invalid Date" IsValidEmpty="False" ForeColor="Red" />
<asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" Text="* Required" ControlToValidate="txtInvoiceDate" ForeColor="Red" Display="Dynamic" SetFocusOnError="true" />
<ajax:CalendarExtender ID="CalendarExtender1" runat="server" TargetControlID="txtInvoiceDate" Format="MM/dd/yyyy" Enabled="True" ValidateRequestMode="Enabled" />

Created Unassigned: 3 typos in Backgrounds.css leading to 404s [27934]

$
0
0
Hi team,

I have identified 3 typos in file AjaxControlToolkit\Styles\Backgrounds.css leading to 404s instead of the referenced .gif files

- line 104 (missing ".gif")
Actual : background-image: url('<%=WebResource("AjaxControlToolkit.Images.Tabs.ActiveLeft-VerticalLeft")%>');
Fixed : background-image: url('<%=WebResource("AjaxControlToolkit.Images.Tabs.ActiveLeft-VerticalLeft.gif")%>');

- line 184 (too many double quotes)
Actual : background-image: url('<%=WebResource(""AjaxControlToolkit.Images.Tabs.Bottom-ActiveLeft.gif"")%>');
Fixed : background-image: url('<%=WebResource("AjaxControlToolkit.Images.Tabs.Bottom-ActiveLeft.gif")%>');

- line 188 (too many double quotes)
Actual : background-image: url('<%=WebResource(""AjaxControlToolkit.Images.Tabs.Bottom-Active.gif"")%>');
Fixed : background-image: url('<%=WebResource("AjaxControlToolkit.Images.Tabs.Bottom-Active.gif")%>');

I hope this helps.
Regards,

Edited Unassigned: 3 typos in Backgrounds.css leading to 404s [27934]

$
0
0
Hi team,

I have identified 3 typos in file AjaxControlToolkit\Styles\Backgrounds.css leading to 404s instead of the referenced .gif files

- line 104 (missing ".gif")
Actual : background-image: url('<%=WebResource("AjaxControlToolkit.Images.Tabs.ActiveLeft-VerticalLeft")%>');
Fixed : background-image: url('<%=WebResource("AjaxControlToolkit.Images.Tabs.ActiveLeft-VerticalLeft.gif")%>');

- line 184 (too many double quotes)
Actual : background-image: url('<%=WebResource(""AjaxControlToolkit.Images.Tabs.Bottom-ActiveLeft.gif"")%>');
Fixed : background-image: url('<%=WebResource("AjaxControlToolkit.Images.Tabs.Bottom-ActiveLeft.gif")%>');

- line 188 (too many double quotes)
Actual : background-image: url('<%=WebResource(""AjaxControlToolkit.Images.Tabs.Bottom-Active.gif"")%>');
Fixed : background-image: url('<%=WebResource("AjaxControlToolkit.Images.Tabs.Bottom-Active.gif")%>');

Pull request : https://ajaxcontroltoolkit.codeplex.com/SourceControl/network/forks/Benjiiim/ACTBackgroundsFix/contribution/8478

I hope this helps.
Regards,

Commented Unassigned: ASP.NET Ajaxcontroltoolkit version 15.1 issue with AjaxControlToolkit.Styles.Backgrounds.min.css & AjaxControlToolkit.Styles.Calendar.min.css files [27933]

$
0
0
I am using the Ajaxcontrtoltoolkit version 15.1 with jquery together. i have couple of JQuery dialog on another dialog and doing some massive usercontrol operation on top of the jquery dialog.

on my second dialog when i try to use linkbutton, it creates error saying "404" not found on WebResource.axd pointing at below 2 css from AjaxControlToolkit 15.1

1) AjaxControlToolkit.Styles.Backgrounds.min.css &

2) AjaxControlToolkit.Styles.Calendar.min.css

Does any one aware of any issue related to these 2 files on Ajaxcontroltoolkit version 15.1????
Comments: Hi, Thank you for sharing your experience. Unfortunately, we can't reproduce this issue. Would you please provide a sample project to us for investigating? Best regards, Fadil

Edited Issue: ASP.NET Ajaxcontroltoolkit version 15.1 issue with AjaxControlToolkit.Styles.Backgrounds.min.css & AjaxControlToolkit.Styles.Calendar.min.css files [27933]

$
0
0
I am using the Ajaxcontrtoltoolkit version 15.1 with jquery together. i have couple of JQuery dialog on another dialog and doing some massive usercontrol operation on top of the jquery dialog.

on my second dialog when i try to use linkbutton, it creates error saying "404" not found on WebResource.axd pointing at below 2 css from AjaxControlToolkit 15.1

1) AjaxControlToolkit.Styles.Backgrounds.min.css &

2) AjaxControlToolkit.Styles.Calendar.min.css

Does any one aware of any issue related to these 2 files on Ajaxcontroltoolkit version 15.1????

Commented Unassigned: AjaxFileUpload Control Documentation Missing [27932]

$
0
0
There is no documentation at all in the Tutorials for the AjaxFileUpload Control. The control was released in May 2012, has it been abandoned?
Comments: Hi, Yes, you are right, documentation for the AjaxFileUpload control is currently missing. However, we are preparing updated documentation for the AJAX Control Toolkit library. It will be available soon. Best regards, Fadil

Edited Issue: AjaxFileUpload Control Documentation Missing [27932]

$
0
0
There is no documentation at all in the Tutorials for the AjaxFileUpload Control. The control was released in May 2012, has it been abandoned?

Commented Unassigned: 3 typos in Backgrounds.css leading to 404s [27934]

$
0
0
Hi team,

I have identified 3 typos in file AjaxControlToolkit\Styles\Backgrounds.css leading to 404s instead of the referenced .gif files

- line 104 (missing ".gif")
Actual : background-image: url('<%=WebResource("AjaxControlToolkit.Images.Tabs.ActiveLeft-VerticalLeft")%>');
Fixed : background-image: url('<%=WebResource("AjaxControlToolkit.Images.Tabs.ActiveLeft-VerticalLeft.gif")%>');

- line 184 (too many double quotes)
Actual : background-image: url('<%=WebResource(""AjaxControlToolkit.Images.Tabs.Bottom-ActiveLeft.gif"")%>');
Fixed : background-image: url('<%=WebResource("AjaxControlToolkit.Images.Tabs.Bottom-ActiveLeft.gif")%>');

- line 188 (too many double quotes)
Actual : background-image: url('<%=WebResource(""AjaxControlToolkit.Images.Tabs.Bottom-Active.gif"")%>');
Fixed : background-image: url('<%=WebResource("AjaxControlToolkit.Images.Tabs.Bottom-Active.gif")%>');

Pull request : https://ajaxcontroltoolkit.codeplex.com/SourceControl/network/forks/Benjiiim/ACTBackgroundsFix/contribution/8478

I hope this helps.
Regards,
Comments: Hi, Thank you for your participation in maintaining and improving our AJAX Control Toolkit library. Your pull request is accepted and will be available with the next release.. Best regards, Fadil

Edited Feature: 3 typos in Backgrounds.css leading to 404s [27934]

$
0
0
Hi team,

I have identified 3 typos in file AjaxControlToolkit\Styles\Backgrounds.css leading to 404s instead of the referenced .gif files

- line 104 (missing ".gif")
Actual : background-image: url('<%=WebResource("AjaxControlToolkit.Images.Tabs.ActiveLeft-VerticalLeft")%>');
Fixed : background-image: url('<%=WebResource("AjaxControlToolkit.Images.Tabs.ActiveLeft-VerticalLeft.gif")%>');

- line 184 (too many double quotes)
Actual : background-image: url('<%=WebResource(""AjaxControlToolkit.Images.Tabs.Bottom-ActiveLeft.gif"")%>');
Fixed : background-image: url('<%=WebResource("AjaxControlToolkit.Images.Tabs.Bottom-ActiveLeft.gif")%>');

- line 188 (too many double quotes)
Actual : background-image: url('<%=WebResource(""AjaxControlToolkit.Images.Tabs.Bottom-Active.gif"")%>');
Fixed : background-image: url('<%=WebResource("AjaxControlToolkit.Images.Tabs.Bottom-Active.gif")%>');

Pull request : https://ajaxcontroltoolkit.codeplex.com/SourceControl/network/forks/Benjiiim/ACTBackgroundsFix/contribution/8478

I hope this helps.
Regards,

Created Unassigned: HTMLeditor Words are moved to each other when Copy / Paste [27935]

$
0
0
in HTMLeditor Words are moved to each other when Copy / Paste

1. just copy paste text from attachment in to editor
2. click view HTML mode button, or save text from editor
3. click edit button

PS: it's work fine when paste as plain text, from context menu mouse right button
PS2: editor remove any 'tab-space' from text

Closed Issue: Not working Ajax toolkit AsyncFileUpload in Firefox [27086]

$
0
0
AsyncFileUpload not working when I put it inside the modal popup control. The problem is only in Firefox, but other browsers do. I am using toolkit Version 4.1 in .Net 4. Please help me to solve this problem.

Closed Issue: Animation not working when ModalPopupExtender is programmatically hidden [27097]

$
0
0
I have tried everything I can think of and am beginning to suspect that this is a valid bug. The animation specified for the OnHiding or OnHidden events will not execute when the Hide method of the ModalPopupExtender is called in code behind. The Hide method definitely works in that the popup does close, it is just that the animation does not work.

Please see my thread in the Microsoft forums:
http://forums.asp.net/t/1760320.aspx/1?Animation+not+working+when+ModalPopupExtender+is+programmatically+hidden+


Comments: Outdated

Closed Issue: Problem with ReorderList control from AJAX Toolkit [25620]

$
0
0
We are using AJAX control toolkit on .NET Framework 3.5. The toolkit is downloaded a few months back, and shows the version of 3.0.30512.17815 in the properties window.

We are using ReorderList control in a scrollable DIV or scrollable Panel. The requirement is that the Drag/Drop should work on a large list, where no. of items in the list are very much larger than the DIV height can accommodate. This should work on IE7, IE8, Firefox 3.0 and Firefox 3.5.

We are getting following problems:
1. While Drag/Drop operation, the automatic scrolling doesn't happen in IE8, Firefox 3.0 and Firefox 3.5. (Works only in IE7).
2. If the DIV is already scrolled and then Drag/Drop operation is tried, the correct scroll position is not captured and the captured row is at an offset from the mouse position (sometimes the captured row is not visible at all).
3. If the DIV is already scrolled and any row is just clicked, that row is shifted to the corresponding position on the first page of the DIV.

Any solutions for these issues?
Comments: Please upgrade to the latest version of AJAX Control Toolkit v15.1. If the problem remains, feel free to post a new issue.

Closed Issue: Date Mask Incorrectly Set On Server Side [27098]

$
0
0
I found this issue as I was working on a bug with globalization. I debugged into the the client side code and noticed the mask format was incorrect and was breaking what the client side code is expecting. This is the fix I implemented to ensure the server sets the correct pattern based on the enum type. The problem was that the enum type NAME was being assigned and this is incorrect because the name is NOT using the patter expected by the client side.

In the AjaxControlToolkit.MaskedEditValidator, the following fixes were applied in OnPreRender (the commented line is the original):
case MaskedEditType.DateTime:
...
//AttibFmt = (MaskExt.UserDateFormat == MaskedEditUserDateFormat.None ? AttibFmt : MaskExt.UserDateFormat.ToString());
AttibFmt = (MaskExt.UserDateFormat == MaskedEditUserDateFormat.None ? AttibFmt : ConvertUserDateFormat(MaskExt.UserDateFormat));
...
case MaskedEditType.Date:
...
//AttibFmt = (MaskExt.UserDateFormat == MaskedEditUserDateFormat.None ? AttibFmt : MaskExt.UserDateFormat.ToString());
AttibFmt = (MaskExt.UserDateFormat == MaskedEditUserDateFormat.None ? AttibFmt : ConvertUserDateFormat(MaskExt.UserDateFormat));

Added the following helper method to provide the correct pattern expected on the client side based on the enum type:

/// <summary>
/// Helper to fix bug that was returning the enumerated full name rather
/// than the 3-letter format causing the JavaScript functions relying on
/// the 3-letter format to fail
/// </summary>
/// <param name="enumFormat">The MaskedEditUserDateFormat type</param>
/// <returns>Returns the 3-letter representation of the enumerated type</returns>
protected string ConvertUserDateFormat(MaskedEditUserDateFormat enumFormat)
{
switch (enumFormat)
{
case MaskedEditUserDateFormat.DayMonthYear:
return "DMY";
case MaskedEditUserDateFormat.DayYearMonth:
return "DYM";
case MaskedEditUserDateFormat.MonthDayYear:
return "MDY";
case MaskedEditUserDateFormat.MonthYearDay:
return "MYD";
case MaskedEditUserDateFormat.YearDayMonth:
return "YDM";
case MaskedEditUserDateFormat.YearMonthDay:
return "YMD";
}

return "MDY";
}

I've attached the modified file. You can search on "AY PRISM fix" to find the modified code.
Comments: Please upgrade to the latest version of AJAX Control Toolkit v15.1. If the problem remains, feel free to post a new issue.
Viewing all 3806 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>