Quantcast
Channel: AjaxControlToolkit Work Item Rss Feed
Viewing all 4356 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: Set you message requesting screen share and conference call to better demonstrate the issue.

Created 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?

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

Commented Issue: AnimationExtender Support for the Label Control In IE [24865]

$
0
0
If I attach the AnimationExtender to a label control in firefox it works fine but in IE 8 in compatiablity mode or any other mode it does not work ar all.
I have tried the ForceLayoutInIE="true" with no success. This has been a problem for a long time and it needs to be fixed.

My Code:

<asp:Label ID="Label1" runat="server" Text="Label"></asp:Label>
<cc1:AnimationExtender ID="Label1_AnimationExtender" runat="server" Enabled="True"
TargetControlID="TextBox1">
<Animations>
<OnLoad>
<Sequence>
<Pulse Duration="2.0" />
<FadeOut Duration="3.0" Fps="20" ForceLayoutInIE="true" />
</Sequence>
</OnLoad>
</Animations>
</cc1:AnimationExtender>
Comments: Would you provide a complete sample project?

Commented Issue: CalendarExtender issue with multi-lingal site ,calender does not translate today keyword [27039]

$
0
0
CalendarExtender control has one issue while working with multi-lingal site
when we open calender popup at bottom we can see today with current date
and when we cofnigure site for different language other than eng it still show today
it's not translating to culture language

can some one help me out

regards
sachin walunj
sachin.w@ingrammicro.co.in
Comments: How do you configure your site to use a different language?
Viewing all 4356 articles
Browse latest View live