Questions tagged [calendarextender]

CalendarExtender is an AJAX control popping a calendar upon user click on the target control.

AJAX Control Toolkit has a CalendarExtender extender control that pops up a calendar whenever the user clicks on the target control, or a popup control. The extender is commonly used to popup a calendar for a TextBox, like in an airline reservation system when selecting the from and to dates (source: http://wiki.asp.net/page.aspx/417/calendar-extender/)

129 questions
3
votes
3 answers

How to hide ajaxtoolkit calendarextender when lost focus?

Hi, I want to hide first calendar when a second is open or when the calendar field lost focus. The issue is that if the user doesn't select any date from calendar and go to other control in page the calendar doesn't hide, only when user select any…
jcamacho
  • 818
  • 2
  • 12
  • 25
3
votes
5 answers

.net Ajax calendarExtender cuts of saturday's in IE7 (works fine in firefox)

I was having this problem in IE7 where the saturdays appear to be missing from the calendar. It displays fine in Firefox and a few people have suggested that it could be my other stylesheets messing it up so i am now using a custom calendar CSS…
Andrew
  • 9,967
  • 10
  • 64
  • 103
3
votes
2 answers

Ajax Control Toolkit Date Picker - Is it possible to not have to select the day?

So I can set the date format on the Calendar Extender to it displays just the month, but you would still have to select the Year, then the Month, then the Day. I would like to just select the Year, then the Month.
Paul Rowland
  • 8,244
  • 12
  • 55
  • 76
3
votes
2 answers

Uncaught Sys.ArgumentOutOfRangeException: Sys.ArgumentOutOfRangeException: Value must be an integer. on AjaxToolkit Calendar Extender

I am getting the error on textbox with Ajax Control Toolkit calendar extender, I am using Microsoft Edge, IE11, Chrome: Uncaught Sys.ArgumentOutOfRangeException: Sys.ArgumentOutOfRangeException: Value must be an integer. Parameter name: y The…
Json T
  • 65
  • 1
  • 7
3
votes
1 answer

Ajax Calendarextender location with invisible textbox

I have a div and inside it I have a TextBox set to display:none, a CalendarExtender connected to it and a Button, next to the TextBox, that displays the calendar. When I click the button the calendar appears on the top left corner of the form. Is…
Guy
  • 325
  • 1
  • 3
  • 18
3
votes
4 answers

ASP Ajax Calendar Extender and displaying time

I am using the Ajax Control Toolkit Calendar Extender control. In some fields though I want to display the time along with the date. I have tried just setting the Format to "dd/MM/yyyy hh:mm:ss" but the time section gets wiped off. If the user wants…
Craig
  • 36,306
  • 34
  • 114
  • 197
3
votes
7 answers

Calendarextender is not displayed with masterpages

I'm working with masterpages and after reading a lot of answers I can't find why my calendarextender doesn't appear Here is my code http://pastebin.com/m789f935e
rebor
  • 31
  • 1
  • 3
3
votes
0 answers

AjaxCalendar Extender not showing Saturdays in Chrome, Firefox or Safari

Having a bit of trouble with the CalendarExtender here on a project. Basically, it's not showing Saturdays in Chrome, Firefox or Safari, but shows them perfectly in IE. Obviously, this is a bit of a problem. I've tried stuffing around with the CSS…
walnuts
  • 31
  • 1
2
votes
1 answer

ajaxtoolkit:CalendarExtender working on one asp.net webpage but not on others from same site

first post hopefully you can all help me. Basically I have registered an ajax web toolkit Calendar Extender in the config file and registered it for one of my asp.net web pages as follows: Web Config file:
2
votes
3 answers

AJAX:CalendarExtender does not localize Today

I'm using the CalendarExtender from the AJAX library with the possibility of localization. Currently everything works fine except when I try to localize it for the Danich (da-DK) language. The calendar looks localized, except the part that says…
ahmd0
  • 16,633
  • 33
  • 137
  • 233
2
votes
1 answer

Two CalendarExtenders?

I have a popup ajax calendarextender that populates a text box with the selected date, (MM/dd/yyyy). This works. I want to capture the same date in an additional text box with a different format (yyyyMMdd). The first is for display and the second…
2
votes
2 answers

How to set current date in CalendarExtender

Requirement is simple. How to set current date in CalendarExtender control. Here the selected…
Padmanaban
  • 119
  • 1
  • 3
  • 15
2
votes
1 answer

ajaxToolkit:CalendarExtender Time Component

I am using ajaxToolkit:CalendarExtender with a TextBox and I want users to also be able to input the time component. Whats the best way to do this?
Munashe Tsododo
  • 247
  • 1
  • 5
  • 13
2
votes
1 answer

Ajaxcontrolkit calendar control - customisation

Can the calendar control be customsised so that, say you have a system of renting out a holiday home. can the dates that have been booked appear as red and disabled on the ajaxcalendar control? Cheers -- Jonesy
iamjonesy
  • 24,732
  • 40
  • 139
  • 206
2
votes
1 answer

How to disable previous and future dates in ajax calendarextender v3.5?

I am using VS2008 with Ajax control toolkit v3.5 and i have used calendar extender tool in a textbox and When i click the textbox the calendar pops up and i shouldn't allow users to click previous or future dates from it.Only today date should be…
Ezhilan
  • 185
  • 3
  • 5
  • 17
1
2
3
8 9